init
This commit is contained in:
8
java/helloworld.java
Normal file
8
java/helloworld.java
Normal file
@@ -0,0 +1,8 @@
|
||||
// package src;
|
||||
// import src.printer;
|
||||
|
||||
public class helloworld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("hellow");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user