Skip to content

Instantly share code, notes, and snippets.

@martin-etchart
Last active October 10, 2015 05:37
Show Gist options
  • Save martin-etchart/3641983 to your computer and use it in GitHub Desktop.
Save martin-etchart/3641983 to your computer and use it in GitHub Desktop.
gist 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