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.
1 parent 4db3b66 commit d74f344Copy full SHA for d74f344
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