Skip to content

Instantly share code, notes, and snippets.

@kyorohiro
Created December 29, 2017 12:57
Show Gist options
  • Save kyorohiro/dead556ff940c9933bd814ddf1c864fd to your computer and use it in GitHub Desktop.
Save kyorohiro/dead556ff940c9933bd814ddf1c864fd to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main() {
printf("Hello World!!\r\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment