diff options
Diffstat (limited to 'test_.lua')
-rwxr-xr-x | test_.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/env luajit | 1 | #!/usr/bin/env luajit |
2 | 2 | ||
3 | 3 | ||
4 | local _ = require '_' | 4 | local _ = require 'PolygLua' |
5 | 5 | ||
6 | 6 | ||
7 | I'Starting from the top.' | 7 | I'Starting from the top.' |