Skip to content

Instantly share code, notes, and snippets.

@gpwclark
Last active August 29, 2015 14:16
Show Gist options
  • Save gpwclark/a59ac0cb4a3f9054d91f to your computer and use it in GitHub Desktop.
Save gpwclark/a59ac0cb4a3f9054d91f to your computer and use it in GitHub Desktop.
helloworld.c hello world program #c
# <include stdio.h>
int main(){
fprintf("%s","hello world.");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment