test.lua 93 B

1234567
  1. echo = print
  2. shell = os.execute
  3. function hello_world()
  4. print("Hello world from Lua!")
  5. end