Last active
August 23, 2016 11:55
-
-
Save botamochi6277/c381249aba9e9ba3806e9a82f1d27e61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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