mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
3 lines
51 B
Idris
3 lines
51 B
Idris
|
main : IO ()
|
||
|
main = printLn (the Bits8 0xff + 100)
|