Files
aiolauncher_scripts/print-error.lua
2021-08-04 21:33:51 +03:00

6 lines
61 B
Lua

function print_hello()
print("HELLO")
end
print_hello()