fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. ".###...##...##...#....\n"
  5. "...###..##...###.####.\n"
  6. ".........##....#....#.\n"
  7. "......................\n"
  8. "....#.##...#..........\n"
  9. ".####..###.####.......\n"
  10. "....#...#....#........\n"
  11. "......................\n"
  12. "..#....#.....#....#...\n"
  13. "..###.####.####.####..\n"
  14. ".##...#......#...#....\n"
  15. );
  16. return 0;
  17. }
  18.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
.###...##...##...#....
...###..##...###.####.
.........##....#....#.
......................
....#.##...#..........
.####..###.####.......
....#...#....#........
......................
..#....#.....#....#...
..###.####.####.####..
.##...#......#...#....