test c #1

Merged
Mauve merged 1 commits from dev into main 2026-05-18 07:28:31 +00:00
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}