mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-05-18 23:01:47 +02:00
5 lines
67 B
Haskell
5 lines
67 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|