-- Hello world in LÖVE
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end