Skip to content

Instantly share code, notes, and snippets.

@aki237
Created June 19, 2016 17:59
Show Gist options
  • Save aki237/5b4f5e7bf9ebd764cacca39596e9de4a to your computer and use it in GitHub Desktop.
Save aki237/5b4f5e7bf9ebd764cacca39596e9de4a to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char* argv[]){
printf("Hello World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment