mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add source code for dynamic compile
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package error;
|
||||
|
||||
public class ErrorClazz {
|
||||
|
||||
public static void 123main(String[] args) {
|
||||
System.out.println("hello world");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user