fork(2) download
  1. class M{
  2. static String c(){return"rnbqkbnr\npppppppp\nxxxxPPPPPPPP\nRNBQKBNR".replace("x","........\n");}
  3.  
  4. public static void main(String[] a){
  5. System.out.println(c());
  6. }
  7. }
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
rnbqkbnr
pppppppp
........
........
........
........
PPPPPPPP
RNBQKBNR