Idris2/tests/idris2/api/api001/Hello.idr
2023-09-07 14:57:22 +01:00

3 lines
37 B
Idris

main : IO ()
main = putStrLn "Hello"