Upload files to "/"
Some checks failed
First CI / build (push) Failing after 8s

This commit is contained in:
97634 2024-11-22 10:28:10 +00:00
parent 4c2f0525cf
commit f1324b3bf6

6
main.c Normal file
View File

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