diff --git a/hello.c b/hello.c index 59b8458..59563b6 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ -#include +#include void main() { printf("Hello Beautiful World!!"); + printf("Changed done by: khush"); } \ No newline at end of file