Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 7, 2018 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/a5232f83918558b3227aca41125b59e5 to your computer and use it in GitHub Desktop.
Save videlais/a5232f83918558b3227aca41125b59e5 to your computer and use it in GitHub Desktop.
Example main.lua
function love.load()
end
function love.update()
end
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment