ssg/test/src/Main.idr
2025-02-18 07:01:35 -05:00

4 lines
61 B
Idris

module Main
main : IO ()
main = putStrLn "Test successful!"