Skip to content

Instantly share code, notes, and snippets.

@hirosof
Created August 15, 2010 12:09
Show Gist options
  • Save hirosof/525431 to your computer and use it in GitHub Desktop.
Save hirosof/525431 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main(void){
cout << "テスト" <<endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment