Skip to content

Instantly share code, notes, and snippets.

@Tynach
Created March 8, 2016 09:06
Show Gist options
  • Save Tynach/c5e4123745976e6cdec6 to your computer and use it in GitHub Desktop.
Save Tynach/c5e4123745976e6cdec6 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, 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