Skip to content

Instantly share code, notes, and snippets.

@kyorohiro
Created December 28, 2017 16:29
Show Gist options
  • Save kyorohiro/22ab27e8d30838283487eb0e45df083d to your computer and use it in GitHub Desktop.
Save kyorohiro/22ab27e8d30838283487eb0e45df083d to your computer and use it in GitHub Desktop.
Hello World 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