fork download
  1. fun main() {
  2. val txt =
  3. """
  4. ;;;;;;;; ;; ;; ;; ;;
  5. ;; ;; ;; ;; ;; ;; ;;
  6. ;; ;; ;; ;; ;; ;; ;;
  7. ;; ;; ;; ;; ;; ;; ;;
  8. ;; ;; ;;;;;; ;; ;; ;;;;;;
  9. ;;; ;; ;; ;; ;; ;;
  10. """
  11. println(txt.trimIndent())
  12. }
Success #stdin #stdout 0.12s 37976KB
stdin
Standard input is empty
stdout
;;;;;;;;    ;;     ;;      ;;    ;;
   ;;     ;;  ;;   ;;      ;;  ;;  ;;
   ;;     ;;  ;;   ;;      ;;  ;;  ;; 
   ;;     ;;  ;;    ;;    ;;   ;;  ;; 
;; ;;     ;;;;;;     ;;  ;;    ;;;;;;
 ;;;      ;;  ;;       ;;      ;;  ;;