Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created December 7, 2017 11:44
Show Gist options
  • Select an option

  • Save martinomburajr/253f09696ab9691c02cd284d47228f41 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/253f09696ab9691c02cd284d47228f41 to your computer and use it in GitHub Desktop.
Pike Programming Language - Main Method
int main() {
write("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment