blob: b6390a6a301eb2f407f4f06fc573b74b91cbd513 [file] [log] [blame]
public class TestSingleJavaFile {
public static void main (String args[]) {
System.out.print("hello world");
}
}