mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
2465418610
* [ fix ] fix #1839 * [ test ] console width 0 in test
5 lines
59 B
Idris
5 lines
59 B
Idris
import System.Info
|
|
|
|
main : IO ()
|
|
main = printLn (os /= "")
|