From bb812454398366aa9b36f38a6dee956fc9f6d922 Mon Sep 17 00:00:00 2001 From: beulah Date: Sat, 1 Apr 2023 12:29:47 +0530 Subject: [PATCH] commit kjc15 --- helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.c b/helloworld.c index 160f760..a382961 100644 --- a/helloworld.c +++ b/helloworld.c @@ -2,5 +2,5 @@ int main() { printf("Hello, world!\n"); - return 0; + printf("heyy broo"); }