Skip to content

Instantly share code, notes, and snippets.

@jgs03177
Created July 12, 2017 04:44
Show Gist options
  • Save jgs03177/5394b10b78bafa71b9ed047f99b068e2 to your computer and use it in GitHub Desktop.
Save jgs03177/5394b10b78bafa71b9ed047f99b068e2 to your computer and use it in GitHub Desktop.
HelloWorld
#include <stdio.h>
int main(void){
printf("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment