Skip to content

Commit 13dade3

Browse files
author
root
committed
hello world
1 parent 97f0db2 commit 13dade3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

helloword/HelloWorld.java

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

0 commit comments

Comments
 (0)