5 lines
52 B
Haskell
5 lines
52 B
Haskell
module Main where
|
|
|
|
import HsLib (test)
|
|
|
|
main = test
|
module Main where
|
|
|
|
import HsLib (test)
|
|
|
|
main = test
|