Last active
December 11, 2015 02:59
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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