Created
September 2, 2021 14:35
-
-
Save jpmens/d4306f6e612c17008f5c4bc124dd3600 to your computer and use it in GitHub Desktop.
hello world from https://twitter.com/tsoding/status/1433170025796472836
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 <stdio.h> | |
| #include <stdint.h> | |
| int main() { | |
| uint64_t dx = 0x357620655410; | |
| while (dx) putchar(0x726f6c6564574820 >> (((dx >>= 4) & 0377) << 3)); | |
| return 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment