Skip to content

Instantly share code, notes, and snippets.

@TanisukeGoro
Created August 10, 2017 13:30
Show Gist options
  • Save TanisukeGoro/e2d24e733a2a35071aad31bbc173765e to your computer and use it in GitHub Desktop.
Save TanisukeGoro/e2d24e733a2a35071aad31bbc173765e to your computer and use it in GitHub Desktop.
#include <stdio.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