From c0ac41d3e42f08dedffe954d52fa9a10a41efb87 Mon Sep 17 00:00:00 2001 From: Florence Drui <florence.drui@centralesupelec.fr> Date: Tue, 21 Nov 2017 14:46:22 +0100 Subject: [PATCH] changes --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index cc46c93..b56c1d6 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,6 @@ int main(void) { - printf("Hello World\n"); + printf("Hello World OhOh\n"); return 0; } -- GitLab