add source code for dynamic compile

This commit is contained in:
xuwenping
2023-03-02 22:45:33 +08:00
parent f5cb27a608
commit f0d94c9806
3 changed files with 32 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
package error;
public class ErrorClazz {
public static void 123main(String[] args) {
System.out.println("hello world");
}
}