Skip to content

Instantly share code, notes, and snippets.

@mad4j
Last active December 22, 2015 12:58
Show Gist options
  • Save mad4j/6475770 to your computer and use it in GitHub Desktop.
Save mad4j/6475770 to your computer and use it in GitHub Desktop.
simple Hello World! snippet
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("HelloWorld!!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment