Did you know that…?
… Julian Assange was a NetBSD user NetBSD fortunes Assange on netbsd-tech-security
… in C compilers that support printf with Shift JIS encoding it’s possible to use the Yen sign as an escape character akin to the blackslash. With that you can make escape sequences like this
printf("Hello World¥n");
.