@poppinwillow What does the following C code output?
#include <stdio.h> int main() { char letters[] = {0x62, 0x75, 0x73, 0x73, 0x79}; for (int i = 0; i < 5; ++i) { printf("%c", letters[i]); } puts(); return 0; }
@nekofag @poppinwillow It doesn't even compile.
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.