Initial commit

This commit is contained in:
Nathan McCarty 2025-01-20 17:59:22 -05:00
commit a5453cabbd
10 changed files with 71 additions and 0 deletions

4
Idris/src/Idris.idr Normal file
View file

@ -0,0 +1,4 @@
module Idris
test : String
test = "Hello from Idris2!"

View file

@ -0,0 +1,7 @@
# Hello World
```idris
module Posts.HelloWorld
%default total
```