Skip to content

Instantly share code, notes, and snippets.

@klein-mask
Created May 10, 2019 17:06
Show Gist options
  • Save klein-mask/f85eeb9f910b16eabc386e3afd768470 to your computer and use it in GitHub Desktop.
Save klein-mask/f85eeb9f910b16eabc386e3afd768470 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main(){
//Hello World!の出力
cout << "Hello world." << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment