Skip to content

Instantly share code, notes, and snippets.

@luizbills
Last active August 12, 2024 14:08
Show Gist options
  • Save luizbills/273aba536b7772128cbbaad44c336dee to your computer and use it in GitHub Desktop.
Save luizbills/273aba536b7772128cbbaad44c336dee to your computer and use it in GitHub Desktop.
hello world in litecanvas
litecanvas()
function draw () {
cls(0)
text(0, 0, 'Hello World')
}