Skip to content

Instantly share code, notes, and snippets.

@rve
Created July 1, 2012 11:25
Show Gist options
  • Save rve/3028017 to your computer and use it in GitHub Desktop.
Save rve/3028017 to your computer and use it in GitHub Desktop.
helloworld test
#include<stdio.h>
int main()
{
printf("hello_world");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment