Created
August 26, 2017 07:39
-
-
Save mohemohe/6f0f5a60b539d9afd39a9104f5727191 to your computer and use it in GitHub Desktop.
アナル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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