Compare commits

...

2 Commits

Author SHA1 Message Date
Mauve a4e76ce1ec Merge pull request 'test c' (#1) from dev into main
Reviewed-on: willtechmacau/test#1
2026-05-18 07:28:31 +00:00
Mauve 63f2905083 test c 2026-05-18 15:27:59 +08:00
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}