initial import
This commit is contained in:
7
testdata/initial/file.java
vendored
Normal file
7
testdata/initial/file.java
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
public class HelloWorld {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user