7 lines
82 B
Haskell
7 lines
82 B
Haskell
module Main where
|
|
|
|
f = ([1],'2')
|
|
|
|
main = do {
|
|
(print f);
|
|
} |