From 991100f8cf2835cea595905c762d359071232096 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Tue, 16 Jan 2024 15:41:31 -0500 Subject: [PATCH] fix: punctuation --- 0-hello-world/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0-hello-world/hello.c b/0-hello-world/hello.c index c5a9495..22a0fc9 100644 --- a/0-hello-world/hello.c +++ b/0-hello-world/hello.c @@ -5,7 +5,7 @@ #include int main() { - printf("Hello, world!\n"); + printf("Hello, world.\n"); printf("Welcome to C!"); return EXIT_SUCCESS; -} \ No newline at end of file +}