port compiles hello world

This commit is contained in:
2025-01-04 21:07:25 -08:00
parent 6b1eef86a7
commit 0dbc5d5ee7
7 changed files with 26 additions and 14 deletions

7
done/Hello.newt Normal file
View File

@@ -0,0 +1,7 @@
module Hello
import Prelude
main : IO Unit
main = do
putStrLn "hello, world"