test. Erster upload

This commit is contained in:
LukVal54 2025-10-17 09:30:24 +02:00
parent f195a53897
commit 9ec5c70a0c

6
test.c Normal file
View File

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