Skip to content

Instantly share code, notes, and snippets.

@otaks
Created January 2, 2017 07:03
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 otaks/21c165648346848314b3932b76968593 to your computer and use it in GitHub Desktop.
Save otaks/21c165648346848314b3932b76968593 to your computer and use it in GitHub Desktop.
hello.c
#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