myPrayerJournal/src/MyPrayerJournal.Mobile.Core/Library.fs
Daniel J. Summers a11302afc3 Infra changes
Moved projects around; API still builds successfully
2019-03-30 21:08:02 -05:00

6 lines
108 B
Forth

namespace MyPrayerJournal.Mobile.Core
module Say =
let hello name =
printfn "Hello %s" name