Initial commit
This commit is contained in:
6
hello.java
Normal file
6
hello.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class hello {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("helloworld");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user