Skip to content

Instantly share code, notes, and snippets.

@nureynisow
Created April 4, 2014 14:07
Show Gist options
  • Save nureynisow/9975425 to your computer and use it in GitHub Desktop.
Save nureynisow/9975425 to your computer and use it in GitHub Desktop.
Hello World
#include <stdio.h>
int main(int argc, char **argv){
printf("Hello World\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment