Initial commit
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

This commit is contained in:
Smaug123
2023-10-11 00:17:48 +01:00
commit 42eb1f7726
32 changed files with 1911 additions and 0 deletions

5
PureGym/String.fs Normal file
View File

@@ -0,0 +1,5 @@
namespace PureGym
[<RequireQualifiedAccess>]
module internal Char =
let emoji bool = if bool then '✅' else '❌'