a11302afc3
Moved projects around; API still builds successfully
6 lines
108 B
Forth
6 lines
108 B
Forth
namespace MyPrayerJournal.Mobile.Core
|
|
|
|
module Say =
|
|
let hello name =
|
|
printfn "Hello %s" name
|