From 81ad85ccb73f2e891127d0ec2344ba01583c0766 Mon Sep 17 00:00:00 2001 From: jean-luclegend <37864942+jean-luclegend@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:52:51 +0100 Subject: [PATCH] update helloWorld --- exercises/block4/2-helloWorld/helloWorld.hs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/exercises/block4/2-helloWorld/helloWorld.hs b/exercises/block4/2-helloWorld/helloWorld.hs index b8955dd..ec1d855 100644 --- a/exercises/block4/2-helloWorld/helloWorld.hs +++ b/exercises/block4/2-helloWorld/helloWorld.hs @@ -1,3 +1,9 @@ --Schreibe ein HelloWorld und führe es aus -main = putStrLn "Hello World" \ No newline at end of file + + + +--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 \ No newline at end of file