Skip to main content
Commonmark migration
Source Link

#Japt -R, 13 bytes

Japt -R, 13 bytes

`¬¶n`¬Ë²p5+E

Try it


##Explanation ¬¶n¬Ë²p5+E ¬¶n :Compressed string "conemon" ¬ :Split Ë :Map each character at 0-based index E ² : Repeat twice p5+E : Repeat 5+E times :Implicitly join with new lines and output

Explanation

`¬¶n`¬Ë²p5+E
`¦n`            :Compressed string "conemon"
     ¬           :Split
      Ë          :Map each character at 0-based index E
       ²         :  Repeat twice
        p5+E     :  Repeat 5+E times
                 :Implicitly join with new lines and output

#Japt -R, 13 bytes

`¬¶n`¬Ë²p5+E

Try it


##Explanation ¬¶n¬Ë²p5+E ¬¶n :Compressed string "conemon" ¬ :Split Ë :Map each character at 0-based index E ² : Repeat twice p5+E : Repeat 5+E times :Implicitly join with new lines and output

Japt -R, 13 bytes

`¬¶n`¬Ë²p5+E

Try it


Explanation

`¬¶n`¬Ë²p5+E
`¦n`            :Compressed string "conemon"
     ¬           :Split
      Ë          :Map each character at 0-based index E
       ²         :  Repeat twice
        p5+E     :  Repeat 5+E times
                 :Implicitly join with new lines and output
added 362 characters in body
Source Link
Shaggy
  • 44.9k
  • 4
  • 39
  • 95

#Japt -R, 13 bytes

`¬¶n`¬ËpA+EÑ`¬¶n`¬Ë²p5+E

Try itTry it


##Explanation ¬¶n¬Ë²p5+E ¬¶n :Compressed string "conemon" ¬ :Split Ë :Map each character at 0-based index E ² : Repeat twice p5+E : Repeat 5+E times :Implicitly join with new lines and output

#Japt -R, 13 bytes

`¬¶n`¬ËpA+EÑ

Try it

#Japt -R, 13 bytes

`¬¶n`¬Ë²p5+E

Try it


##Explanation ¬¶n¬Ë²p5+E ¬¶n :Compressed string "conemon" ¬ :Split Ë :Map each character at 0-based index E ² : Repeat twice p5+E : Repeat 5+E times :Implicitly join with new lines and output

added 2 characters in body
Source Link
Shaggy
  • 44.9k
  • 4
  • 39
  • 95

#Japt -R, 813 bytes

¬ËpA±E©2`¬¶n`¬ËpA+EÑ

Try itTry it

#Japt -R, 8 bytes

¬ËpA±E©2

Try it

#Japt -R, 13 bytes

`¬¶n`¬ËpA+EÑ

Try it

Source Link
Shaggy
  • 44.9k
  • 4
  • 39
  • 95
Loading