Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@girvan
Created September 10, 2011 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girvan/1207877 to your computer and use it in GitHub Desktop.
Save girvan/1207877 to your computer and use it in GitHub Desktop.
hello world demo by using pili.lite
from pili import lite
def main():
lite.init(globals())
echo('hello world')
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment