Skip to content

Instantly share code, notes, and snippets.

@Mr-Coxall
Last active February 12, 2018 02:04
Show Gist options
  • Save Mr-Coxall/46318d6e2564e5ce0e6cad4ab266b703 to your computer and use it in GitHub Desktop.
Save Mr-Coxall/46318d6e2564e5ce0e6cad4ab266b703 to your computer and use it in GitHub Desktop.
-----------------------------------------------------------------------------------------
--
-- main.lua
--
-- Created by: Mr. Coxall
-- Created on: Jan 2018
--
-- This file prints "Hello, World!" to the console
-----------------------------------------------------------------------------------------
display.setStatusBar(display.HiddenStatusBar)
print( "Hello, World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment