Skip to content

Instantly share code, notes, and snippets.

@pastagatsan
Created June 20, 2014 19:26
Show Gist options
  • Save pastagatsan/0568d1303847a2780e23 to your computer and use it in GitHub Desktop.
Save pastagatsan/0568d1303847a2780e23 to your computer and use it in GitHub Desktop.
Hello world C program!
#include <stdio.h>
int main(void)
{
puts("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment