test commit

This commit is contained in:
2025-08-31 03:29:02 -05:00
parent 843927115c
commit d5056d2569

9
src/main.c Normal file
View File

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