We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99fb6da + d74f344 commit 76952c7Copy full SHA for 76952c7
src/main/java/org/luapp/language/Main.java
@@ -11,7 +11,7 @@ public class Main {
11
public static String output = "";
12
13
public static void main(String[] args){
14
- String path = "C:\\Users\\Harry\\Desktop\\Lua\\lua-plus-plus\\src\\main\\java\\org\\luapp\\language\\test.lpp";//args[0];
+ String path = args[0];
15
Main.luaPPInstance = new Luapp(path);
16
Main.luaPPInstance.load();
17
}
0 commit comments