feat[dev]: import Prelude

This commit is contained in:
vegowotenks 2025-08-15 10:28:13 +02:00
parent 390308e9d7
commit 36ae4dd5e0
20 changed files with 102 additions and 172 deletions

View file

@ -1,7 +1,5 @@
{-# LANGUAGE Safe #-}
module Main (main) where
import Control.Applicative (pure)
import System.IO (IO)
main :: IO ()
main = pure ()