Skip to content

Instantly share code, notes, and snippets.

@niyaton
Created October 9, 2013 21:21
Show Gist options
  • Save niyaton/6908627 to your computer and use it in GitHub Desktop.
Save niyaton/6908627 to your computer and use it in GitHub Desktop.
Hello World
#include <stdio.h>
int main(){
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment