From 9ec5c70a0ca7e75a0737de06b948d2b5a032a637 Mon Sep 17 00:00:00 2001 From: LukVal54 Date: Fri, 17 Oct 2025 09:30:24 +0200 Subject: [PATCH] test. Erster upload --- test.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..3442223 --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("Hoho\n"); + return 0; +} \ No newline at end of file