zaydmohammed — 3/12/2023, 4:59:33 PM

When

↩ repost
zaydmohammed — 2/20/2023, 9:00:08 PM

guess what this one-liner does:

typedef unsigned long long int a;a x=1;a y=1;a this();int main(){printf("0\n1\n1\n");for(int i=0;i<91;i++){printf("%llu\n",this());}return 0;}a this(){x=x^y;y=x^y;x=x^y;y+=x;return y;} 

whoever guesses correct gets a peek at my youtube channel!!!!111111111!1!11111!!!1

(btw assume

#!/usr/bin/tcc -run 
#include <stdio.h>

at the beggining)

♥ 3 ↩ 1 💬 9 comments
♥ 2 ↩ 0 💬 0 comments

comments

no comments