From 19b0ec3f8c80ec765dbec095dc4aef6119d2c616 Mon Sep 17 00:00:00 2001 From: jean-luclegend <37864942+jean-luclegend@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:53:42 +0100 Subject: [PATCH] update helloWorld --- exercises/block4/2-helloWorld/helloWorld.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/block4/2-helloWorld/helloWorld.hs b/exercises/block4/2-helloWorld/helloWorld.hs index ec1d855..13e20ed 100644 --- a/exercises/block4/2-helloWorld/helloWorld.hs +++ b/exercises/block4/2-helloWorld/helloWorld.hs @@ -3,7 +3,7 @@ ---Anleitung zum kompilieren +--Anleitung zum kompilieren und ausführen --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 \ No newline at end of file