Skip to content

Instantly share code, notes, and snippets.

@n-suudai
Last active March 1, 2019 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-suudai/e79a422dab0378cb6caaac70f5f45264 to your computer and use it in GitHub Desktop.
Save n-suudai/e79a422dab0378cb6caaac70f5f45264 to your computer and use it in GitHub Desktop.
gist 使ってみる。
#include <iostream>
int main(int argc, char* argv[])
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment