Skip to content

Instantly share code, notes, and snippets.

@sheepla
Last active March 15, 2024 12:28
Show Gist options
  • Save sheepla/d0f3d0678944fb1df9feaf4ce298e135 to your computer and use it in GitHub Desktop.
Save sheepla/d0f3d0678944fb1df9feaf4ce298e135 to your computer and use it in GitHub Desktop.
チピチピチャパチャパドゥビドゥビダバダバマヒコミドゥビドゥビブンブンブンブン
open System
seq {
for it in [
(2, "チピ")
(2, "チャパ")
(2, "ドゥビ")
(2, "ダバ")
(1, "マヒコミ")
(2, "ドゥビ")
(4, "ブン")
] do
yield String.replicate <|| it
}
|> Seq.iter Console.Write
Console.WriteLine("♪ ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment