1 2 3 4 5 6 7 8 9 10 11
extern printf = (*i64, i64) => i64; let main = () => i64 { let test = 1922; let uwu = test; printf("%d\n", uwu); return 0; };