diff --git a/c/helloworld.c b/c/helloworld.c index 3bc057b..612275b 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,3 +1,5 @@ +/*Hello World in C*/ + #include int main() {