Skip to content

Instantly share code, notes, and snippets.

@botamochi6277
Last active August 23, 2016 11:55
Show Gist options
  • Save botamochi6277/c381249aba9e9ba3806e9a82f1d27e61 to your computer and use it in GitHub Desktop.
Save botamochi6277/c381249aba9e9ba3806e9a82f1d27e61 to your computer and use it in GitHub Desktop.
#include "stdio.h"
void main(){
printf("Hello World\n\r");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment