Skip to content

Instantly share code, notes, and snippets.

@cat-haines
Last active December 11, 2015 02:59
Show Gist options
  • Save cat-haines/4534710 to your computer and use it in GitHub Desktop.
Save cat-haines/4534710 to your computer and use it in GitHub Desktop.
electric imp code for a "hello world" program - doesn't get much simpler than this.
// This line of code will be shown in the planner to help identify what the code module does.
imp.configure("first program", [], []);
server.show("Hello from beardedinventor!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment