7 lines
74 B
Haskell
7 lines
74 B
Haskell
module Main where
|
|
|
|
import Parallel
|
|
|
|
main :: IO ()
|
|
main = putStr strategy1
|