Skip to content

Instantly share code, notes, and snippets.

@napolux
Last active April 15, 2016 08:19
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 napolux/ac3f0aa13e7bd76d168d67c5f0f8f7cd to your computer and use it in GitHub Desktop.
Save napolux/ac3f0aa13e7bd76d168d67c5f0f8f7cd to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment