Initial commit
This commit is contained in:
5
PureGym/String.fs
Normal file
5
PureGym/String.fs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace PureGym
|
||||
|
||||
[<RequireQualifiedAccess>]
|
||||
module internal Char =
|
||||
let emoji bool = if bool then '✅' else '❌'
|
Reference in New Issue
Block a user