init
This commit is contained in:
13
src/Main.hs
Normal file
13
src/Main.hs
Normal file
@@ -0,0 +1,13 @@
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Main (main) where
|
||||
|
||||
-- IMPORTS --
|
||||
|
||||
import Relude
|
||||
|
||||
-- MAIN --
|
||||
|
||||
main :: IO ()
|
||||
main = putTextLn "hallo Welt"
|
||||
Reference in New Issue
Block a user