Idris2/tests/idris2/warning004/Main1.idr

8 lines
84 B
Idris

module Main
import Lib2
import Lib1
main : IO ()
main = printLn (10 %%% 10 %%% 1)