Idris2/tests/chez/nat2fin/Test.idr
2022-09-29 14:36:32 +01:00

5 lines
66 B
Idris

import Data.Fin
main : IO ()
main = printLn (the (Fin 1000) 375)