Skip to content

Commit 79c8fd8

Browse files
authored
Add files via upload
1 parent 12e9f98 commit 79c8fd8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

HelloWorld.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
public class HelloWorld {
3+
4+
public static void main(String[] args) {
5+
System.out.println("Hello world");
6+
7+
}
8+
9+
}

0 commit comments

Comments
 (0)