Skip to content

Instantly share code, notes, and snippets.

@recuraki
Created May 12, 2020 12:36
Show Gist options
  • Save recuraki/5d91c02f029ccd8145f0262fc57f6263 to your computer and use it in GitHub Desktop.
Save recuraki/5d91c02f029ccd8145f0262fc57f6263 to your computer and use it in GitHub Desktop.
#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