Files
aiolauncher_scripts/samples/print-error.lua
2021-08-06 14:43:34 +03:00

6 lines
61 B
Lua

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