Skip to content

Instantly share code, notes, and snippets.

@TanisukeGoro
Created August 10, 2017 13:47
Show Gist options
  • Save TanisukeGoro/71b4241230f227933a650616a289cacf to your computer and use it in GitHub Desktop.
Save TanisukeGoro/71b4241230f227933a650616a289cacf to your computer and use it in GitHub Desktop.
include <stdioh.h>
include <string.h>
int main(int argc, char *args[])
{
printf("Hello, world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment