hello world test

This commit is contained in:
Fourian Sucipto 2025-03-28 12:09:01 +01:00
parent a744e5bfa6
commit b1289afe5d

6
test.c Normal file
View File

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