Initial commit.

This commit is contained in:
yaw-man 2023-01-13 09:11:30 -04:00
commit 7974164310
1 changed files with 4 additions and 0 deletions

4
main.lua Normal file
View File

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