Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created May 8, 2016 18:34
Show Gist options
  • Save marcelog/f67139cc47076e22c7d48d3efac9269d to your computer and use it in GitHub Desktop.
Save marcelog/f67139cc47076e22c7d48d3efac9269d to your computer and use it in GitHub Desktop.
#include<stdio.h>
int
main(int argc, char *argv[])
{
fprintf(stdout, "Hello world\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment