Created
January 25, 2018 04:43
-
-
Save kshoji/12d5ce723307d712a497105580adadff 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
// gcc -finput-charset=UTF-8 -fextended-identifiers ๐ฃ.c && ./a.out | |
#include <stdio.h> | |
#include <wchar.h> | |
#include <locale.h> | |
#define ๐ setlocale(LC_ALL, ""); | |
#define ๐(x) wprintf(L"%lc", L'้ฎช' + x) | |
#define ๐ 0 | |
#define ๐ต 10 | |
#define ๐ for | |
#define ๐ฃ๐ฃ๐ฃ int main() | |
๐ฃ๐ฃ๐ฃ | |
{ | |
๐ | |
๐ (int ๐ฃ = ๐; ๐ฃ <= ๐ต; ++๐ฃ) | |
{ | |
๐(๐ฃ); | |
} | |
return ๐; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment