mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-07 08:18:12 +03:00
7 lines
58 B
Idris
7 lines
58 B
Idris
module Bar
|
|
|
|
import Foo
|
|
|
|
main : IO ()
|
|
main = printLn "Bar"
|