Skip to content

Instantly share code, notes, and snippets.

@Comamoca
Last active February 18, 2024 22:05
Show Gist options
  • Save Comamoca/aa9a12a9bcb76365f01cd3094fd43cf2 to your computer and use it in GitHub Desktop.
Save Comamoca/aa9a12a9bcb76365f01cd3094fd43cf2 to your computer and use it in GitHub Desktop.
#r "nuget: Spectre.Console, 0.48.1-preview.0.28"
#r "nuget: FsSpectre, 0.4.6"
open Spectre.Console
open FsSpectre
let wa = "[#eb6ea6]わ[/]"
let nn = "[#c86fab]ん[/]"
let da = "[#5fbfb7]だ[/]"
let fu = "[#fdd000]ふ[/]"
let ru = "[#b1d155]る[/]"
let pu = "[#f5aa00]ぷ[/]"
let ri = "[#5fbfb7]り[/]"
let ki = "[#b1d155]き[/]"
let lyu = "[#b1d155]ゅ[/]"
let a = "[#eb6ea6]あ[/]"
let ex = "[#e39b78]![/]"
let ret = "\n"
AnsiConsole.Markup([wa; nn; da; fu; ru; pu; ri; ki; lyu; a; ex; ret] |> String.concat "")
@Comamoca
Copy link
Author

try curl -s https://gist.githubusercontent.com/Comamoca/aa9a12a9bcb76365f01cd3094fd43cf2/raw/edda0b6ae816cd39f989c805a1a6aaf3794dbf52/precure.fsx | dotnet fsi --quiet
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment