mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
[ test ] add another test case
This commit is contained in:
parent
0543779200
commit
2344004d9d
@ -1,5 +1,8 @@
|
||||
import Data.Nat
|
||||
|
||||
main : IO ()
|
||||
main = do
|
||||
printLn (the Bits8 0xff + 100)
|
||||
printLn (the Nat 12345)
|
||||
printLn (the Nat (-12345))
|
||||
printLn (271 `minus` 12)
|
||||
|
Loading…
Reference in New Issue
Block a user