5 lines
73 B
Lua
Raw Permalink Normal View History

2017-05-13 19:04:25 -07:00
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end