This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
DeskHubSharp/DeskHubSharp.Models/Library.fs
2018-12-16 13:33:15 -05:00

6 lines
97 B
Forth

namespace DeskHubSharp.Models
module Say =
let hello name =
printfn "Hello %s" name