add grammar to main program + test program

This commit is contained in:
ChUrl
2020-12-11 19:18:14 +01:00
parent aad60a0a23
commit 232b631744
2 changed files with 76 additions and 0 deletions

5
test.stups Normal file
View File

@ -0,0 +1,5 @@
class TestClass {
public static void main(String[] args) {
System.out.println("Hallo Welt!");
}
}