update helloWorld

main
jean-luclegend 2025-02-04 12:52:51 +01:00
parent d91d06a303
commit 81ad85ccb7
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
--Schreibe ein HelloWorld und führe es aus
main = putStrLn "Hello World"
--Anleitung zum kompilieren
--1. gehe via Konsole/Terminal in das Verzeichnis der helloWorld.hs Datei
--2. Gebe folgenden Befehl ein: $ ghc --make helloworld
--3. Gibt es keine Fehlermeldung lasse Programm laufen: $ ./helloworld