Skip to content

Instantly share code, notes, and snippets.

@punitsoni
Last active August 29, 2015 14:00
Show Gist options
  • Save punitsoni/8cde52aaad0463cb30f4 to your computer and use it in GitHub Desktop.
Save punitsoni/8cde52aaad0463cb30f4 to your computer and use it in GitHub Desktop.
Test
#include <stdio.h>
int main()
{
printf("Hello, world.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment