Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created August 3, 2020 09:19
Show Gist options
  • Save BMU-Verlag/2313bf1649fd340e7cbc06d8be0fc05b to your computer and use it in GitHub Desktop.
Save BMU-Verlag/2313bf1649fd340e7cbc06d8be0fc05b to your computer and use it in GitHub Desktop.
module Main (main) where
main :: IO ()
main = putStrLn "Ein Programm in Haskell!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment