Move idris projects to right place

This commit is contained in:
Nathan McCarty 2025-01-20 21:54:54 -05:00
parent edf363e442
commit 43585ac89e
5 changed files with 0 additions and 0 deletions

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
```