mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
5 lines
123 B
Idris
5 lines
123 B
Idris
|
main : IO ()
|
||
|
main = do
|
||
|
putStrLn $ show (the Bits64 0xffffffffffffffff)
|
||
|
putStrLn $ show (the Bits64 0x8000000000000000)
|