@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; }@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.
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.