Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
fb6fed23fd |
|
|
@ -0,0 +1,5 @@
|
|||
public class helloworld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue