add grammar to main program + test program
This commit is contained in:
5
test.stups
Normal file
5
test.stups
Normal file
@ -0,0 +1,5 @@
|
||||
class TestClass {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hallo Welt!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user