Created
April 9, 2023 19:22
-
-
Save mauro-balades/65d0a403accb923aa7fe32b35c7a9570 to your computer and use it in GitHub Desktop.
Procrastination > Work
This file contains 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> | |
#define x(int, y) main(int a, char** y) { | |
#define y putchar | |
#define z return | |
#define a 0x5F | |
#define b 0x04 | |
#define c 0x6F | |
#define d 0x77 | |
#define e 0x62 | |
#define f 0x61 | |
#define g 0x6C | |
#define h 0x6C | |
#define i 0x20 | |
#define j 0x3A | |
#define k 0x29 | |
#define l 0x0A | |
#define m } | |
x(a, b) | |
y(a + b + c + d + e + f + g + h + i + j); | |
z a + b + c + d + e + f + g + h + i + k + l; | |
m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment