@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; }

Sign in to participate in the conversation
Game Liberty Mastodon

Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.