diff --git a/hello.c b/hello.c index ef66efb..8404e1a 100644 --- a/hello.c +++ b/hello.c @@ -2,5 +2,6 @@ int main() { printf("Hello, World!\n"); + printf("I am Debsmita!\n"); return 0; }