Hello World

Jul 1, 2023  │  m. Jul 1, 2023 by Gleb Buzin
-- This is a comment.
print("Hello, World!")

--[[
    This is a
    multi-line comment.
]]

To run the code put it in hello.lua and run lua hello.lua.



Next: How to run it