update main.c to use formatting

This commit is contained in:
2026-03-23 17:18:32 -05:00
parent 9b60e6092a
commit bbaaf818b2

View File

@@ -1,7 +1,7 @@
#include <stdio.h> #include <stdio.h>
int main() { int main() {
printf("Hello, world!\n"); printf("Hello, world!\n");
return 0; return 0;
} }