Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created August 26, 2017 07:39
Show Gist options
  • Select an option

  • Save mohemohe/6f0f5a60b539d9afd39a9104f5727191 to your computer and use it in GitHub Desktop.

Select an option

Save mohemohe/6f0f5a60b539d9afd39a9104f5727191 to your computer and use it in GitHub Desktop.
アナル
#include <iostream>
using namespace std;
int main(void){
for(char i = 65; i < 91; i++) {
string _(1, i);
cout << _ + "はアナルの" + _ + "!" << endl;
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment