Skip to content

Instantly share code, notes, and snippets.

@hieupm37
Created July 2, 2012 17:08
Show Gist options
  • Select an option

  • Save hieupm37/3034316 to your computer and use it in GitHub Desktop.

Select an option

Save hieupm37/3034316 to your computer and use it in GitHub Desktop.
Hello world
#include <stdio.h>
int main(int argc, char **argv) {
printf("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment