diff --git a/c/helloworld.c b/c/helloworld.c index 426e99b..cd6a3de 100644 --- a/c/helloworld.c +++ b/c/helloworld.c @@ -1,5 +1,4 @@ -//compiles and runs successfully -#include +#include int main() { printf("Hello World!\n");