• Source
    1. import static java.lang.System.out;
    2.  
    3. class Ideone
    4. {
    5. public static void main (String[] args) throws java.lang.Exception
    6. {
    7. for(int c:"򃅇񱱳񷁉򃂉󁃇􁄃􇵳剶񶷷񷃇騃虹灰񁀃񀷱𹱱3".getBytes()){byte[]b="brainfuck ".getBytes();b[c&15]=42;for(int t:b)if(t>32)out.write(t);}out.flush();
    8. }
    9. }