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

6 lines
97 B
Forth
Raw Normal View History

2018-12-16 12:33:15 -06:00
namespace DeskHubSharp.Models
module Say =
let hello name =
printfn "Hello %s" name