Skip to content

Instantly share code, notes, and snippets.

@kshoji
Created January 25, 2018 04:43
Show Gist options
  • Save kshoji/12d5ce723307d712a497105580adadff to your computer and use it in GitHub Desktop.
Save kshoji/12d5ce723307d712a497105580adadff to your computer and use it in GitHub Desktop.
๐Ÿ˜€๐Ÿ‘‰๐Ÿ–ฅ
// 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