7 lines
77 B
Haskell
7 lines
77 B
Haskell
{-# LANGUAGE LambdaCase #-}
|
|
module Main where
|
|
|
|
|
|
main :: IO ()
|
|
main = pure ()
|