Skip to content

Instantly share code, notes, and snippets.

@technicakidz
Created June 3, 2015 17:49
Show Gist options
  • Save technicakidz/0087640535e7b65f6e3e to your computer and use it in GitHub Desktop.
Save technicakidz/0087640535e7b65f6e3e to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void)
{
printf("hello");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment