1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-09-29 07:00:58 +10:00
LuaComp/examples/shell_output.lua
Jane Roxanne 058da62271 Whoops.
2020-03-18 13:34:46 -05:00

4 lines
144 B
Lua

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