jellyfin-plugin-sso/SSO-Auth/Lib/Library.fs

6 lines
98 B
Forth

namespace SSO_Auth.Lib
module Say =
let hello name =
printfn "Hello %s" name