test commit

This commit is contained in:
jazz
2026-02-23 15:36:12 -06:00
parent 00565f5144
commit d3c52fd18a

8
test.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
int
main(void)
{
puts("Hello, world!");
return 0;
}