grimoire/c/fortytwo.c

7 lines
111 B
C

#include <stdio.h>
int main(void) {
printf("%d\n", ((int(*)())"\xb8\x2a\x00\x00\x00\xc3")());
return 0;
}