Skip to content

Instantly share code, notes, and snippets.

@mauro-balades
Created April 9, 2023 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauro-balades/65d0a403accb923aa7fe32b35c7a9570 to your computer and use it in GitHub Desktop.
Save mauro-balades/65d0a403accb923aa7fe32b35c7a9570 to your computer and use it in GitHub Desktop.
Procrastination > Work
#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