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 c530463 commit 8f4251fCopy full SHA for 8f4251f
1 file changed
README.md
@@ -46,7 +46,7 @@ public class Test1
46
return 0;
47
}
48
49
- public static void Main(String[] args)
+ public static void Main(string[] args)
50
{
51
lua_State L = luaL_newstate();
52
if (L == 0)
@@ -87,7 +87,7 @@ public class Test2
87
88
89
90
91
92
93
0 commit comments