mirror of
https://github.com/Comp211-SP24/lab-00-Rushilwiz.git
synced 2025-04-09 22:30:16 -04:00
fix: punctuation
This commit is contained in:
parent
9e38efc496
commit
991100f8cf
|
@ -5,7 +5,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
printf("Hello, world!\n");
|
printf("Hello, world.\n");
|
||||||
printf("Welcome to C!");
|
printf("Welcome to C!");
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user