mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-09-19 13:12:19 +00:00
6 lines
98 B
FSharp
6 lines
98 B
FSharp
namespace SSO_Auth.Lib
|
|
|
|
module Say =
|
|
let hello name =
|
|
printfn "Hello %s" name
|