first commit
This commit is contained in:
commit
abd070ae22
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
public class Hello {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello World");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue