Skip to content

Instantly share code, notes, and snippets.

@daniel-barlow
Last active April 6, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-barlow/6dd1f9b8682b37c8355bcee93302412c to your computer and use it in GitHub Desktop.
Save daniel-barlow/6dd1f9b8682b37c8355bcee93302412c to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argvc, 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