8 lines
51 B
Haskell
8 lines
51 B
Haskell
module Main where
|
|
|
|
main do
|
|
{
|
|
(print 2+3);
|
|
}
|
|
|