initial commit

This commit is contained in:
Simo-Pekka Kerkelä 2019-02-07 23:20:58 +02:00
commit 3b5ca128ba
3 changed files with 50 additions and 0 deletions

3
main.lua Normal file
View file

@ -0,0 +1,3 @@
function love.draw()
love.graphics.print("Hello World", 400, 300)
end