1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-09-28 22:50:59 +10:00
LuaComp/examples/shell_output.lua
2019-12-14 16:23:07 -05:00

4 lines
149 B
Lua

--Using the command
print("Compiled with LuaComp $[[/tmp/luacomp -v]]")
--Or using the shell vars
print("Compiled with LuaComp $[{LUACOMP_VERSION}]")