write binding code

This commit is contained in:
2023-11-02 10:53:16 +08:00
parent ef5d1760a3
commit 68bffefe5a
8 changed files with 116 additions and 4 deletions

View File

@ -0,0 +1,11 @@
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.tree.*;
public class MainRunner {
public static void main(String[] args) throws Exception {
// print message.
System.out.println("DONE!");
}
}