From 5b9cb6e7173d0e803ac6e28af0c5d9de47c7aef8 Mon Sep 17 00:00:00 2001 From: "orestis.malaspin" <orestis.malaspinas@hesge.ch> Date: Thu, 7 Dec 2023 13:58:44 +0100 Subject: [PATCH] Update file prog.c --- prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog.c b/prog.c index a2d40db..574e069 100644 --- a/prog.c +++ b/prog.c @@ -1,6 +1,6 @@ #include <stdio.h> int main() { - printf("Hello Worl\n"); + printf("Hello World!\n"); return 0; } \ No newline at end of file -- GitLab