Created
May 12, 2020 12:36
-
-
Save recuraki/5d91c02f029ccd8145f0262fc57f6263 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> | |
#define 始め main() | |
#define 出力 std::cout | |
#define 整数で返ってくる int | |
#define を定義して { | |
#define 出力したい | |
#define . ; | |
#define おわり } | |
#define したい << | |
#define ほげ "hoge" | |
整数で返ってくる 始め を定義して | |
出力 したい ほげ . | |
おわり |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment