Initial commit
This commit is contained in:
6
app/1.hs
Normal file
6
app/1.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/10.hs
Normal file
6
app/10.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/11.hs
Normal file
6
app/11.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/12.hs
Normal file
6
app/12.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/2.hs
Normal file
6
app/2.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/3.hs
Normal file
6
app/3.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/4.hs
Normal file
6
app/4.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/5.hs
Normal file
6
app/5.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/6.hs
Normal file
6
app/6.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/7.hs
Normal file
6
app/7.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
6
app/8.hs
Normal file
6
app/8.hs
Normal file
@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Main where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
Reference in New Issue
Block a user