Files
puregym-unofficial-dotnet/PureGym/String.fs
Smaug123 42eb1f7726
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful
Initial commit
2023-10-11 21:16:40 +01:00

6 lines
120 B
Forth

namespace PureGym
[<RequireQualifiedAccess>]
module internal Char =
let emoji bool = if bool then '✅' else '❌'