We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For the first hello world, we will use the litgraphics module:
litgraphics
Go to render() pre-buitin function and write inside the function:
render()
function render() litgraphics.newText("hello world", 120, 120, 8, 3, 1) end
You created your first hello world with Litium.
There was an error while loading. Please reload this page.