Skip to content

Instantly share code, notes, and snippets.

@arthurmco
Created May 7, 2017 01:43
Show Gist options
  • Save arthurmco/f2b28ef48021bf634be6e0563d3585c1 to your computer and use it in GitHub Desktop.
Save arthurmco/f2b28ef48021bf634be6e0563d3585c1 to your computer and use it in GitHub Desktop.
o código preferido da criançada
#include <stdio.h>
typedef unsigned long long u64;
#define BOLSO(x) ((const char*)(&x))
int main()
{
u64 B,O,L;
u64 S=O, N;
u64 A,R=O=2018;
A = 0x6f736c6f42;
R = 0x6f72616e;
N = 0x642573257325;
printf(BOLSO(N),&A,&R,O); // 2018
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment