Initial commit
This commit is contained in:
commit
7b7b96238f
3
Gabriel-Java-Learning/.gitignore
vendored
Normal file
3
Gabriel-Java-Learning/.gitignore
vendored
Normal file
|
@ -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!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user