This commit is contained in:
2024-02-09 23:12:28 +01:00
parent d84ea072ef
commit 5d7694ce0f
11 changed files with 87 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
//
// Created by jordi on 1/8/24.
//
#include <stdio.h>
int main()
{
printf("hallo");
}