Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
./idea/
|
||||
*.iml
|
||||
/target/
|
||||
@@ -0,0 +1,7 @@
|
||||
package com.p4ddy.java_tutorial;
|
||||
|
||||
public class HelloWorld {
|
||||
public static void main(String[] args){
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user