pi/src/Main.idr

5 lines
41 B
Idris
Raw Normal View History

2022-04-23 15:18:06 +02:00
module Main
main : IO ()
main = pure ()