fix: punctuation

This commit is contained in:
Rushil Umaretiya 2024-01-16 15:41:31 -05:00
parent 9e38efc496
commit 991100f8cf
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
int main() {
printf("Hello, world!\n");
printf("Hello, world.\n");
printf("Welcome to C!");
return EXIT_SUCCESS;
}
}