Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to Leaky Nun.

###Explanation

Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to Leaky Nun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to Leaky Nun.

Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln
added 1 character in body
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to LeakyNunLeaky Nun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to LeakyNun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to Leaky Nun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln
deleted 55 characters in body
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165

Brachylog, (削除) 30 (削除ここまで) 29(削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔P~ṇwf9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to LeakyNun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ~ṇ Join with line breaks
  wẉm Write toMap STDOUTwriteln

Brachylog, (削除) 30 (削除ここまで) 29 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔P~ṇw

Try it online!

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ~ṇ Join with line breaks
  w Write to STDOUT

Brachylog, (削除) 30 (削除ここまで) (削除) 29 (削除ここまで) 28 bytes

Ị↺{∧≜;Ṣj(g;?↔zcc}f9↔;XcP↔Pẉm

Try it online!

Saved one byte thanks to LeakyNun.

###Explanation

Ị↺ The string "1234567890"
 { }f9 Find the first 9 outputs of:
 ∧≜ Take an integer
 ;Ṣj( Juxtapose " " that number of times
 g;?↔z Zip that string of spaces with "1234567890"
 cc Concatenate twice into one string
 ↔ Reverse the resuling list
 ;XcP↔P Palindromize the list (concatenate X to it into the list P,
 P reversed is still P)
 ẉm Map writeln
added 2 characters in body
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165
Loading
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165
Loading

AltStyle によって変換されたページ (->オリジナル) /