Inital Commit

This commit is contained in:
Nathan McCarty 2025-02-18 07:01:35 -05:00
commit e8b6224891
6 changed files with 114 additions and 0 deletions

4
src/Main.idr Normal file
View file

@ -0,0 +1,4 @@
module Main
main : IO ()
main = putStrLn "Hello from Idris2!"