forked from Jarko/demoApplication
18 lines
350 B
Java
18 lines
350 B
Java
/*
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
*/
|
|
|
|
package com.mycompany.mavenproject1;
|
|
|
|
/**
|
|
*
|
|
* @author student
|
|
*/
|
|
public class Mavenproject1 {
|
|
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello World!");
|
|
System.out.println("Hello World2!");
|
|
}
|
|
}
|