From 98448491b8672277c90781c59bddba34044fa83d Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 25 Oct 2019 10:35:13 +0200 Subject: [PATCH] Added Context --- helloworld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld.c b/helloworld.c index 7aa6356..e423b24 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,5 +1,5 @@ #include int main(){ - print("Hello World"); -} \ No newline at end of file + print("Hello World lelek"); +}