I say we discuss with actual code :3
That would make things more interesting.
wai does that work
That would make things more interesting.
Code:
#include <iostream>
char cake[] = "I am a piieee!!!";
int main(void) {
std::cout << 5[cake]; // WHAT!?!?!?
return 1337;
}
wai does that work