diff --git a/test2.c b/test2.c new file mode 100644 index 0000000..d967411 --- /dev/null +++ b/test2.c @@ -0,0 +1,6 @@ +#include +int main() { + printf("Hello World!"); +}// +// Created by Lennart Pecher on 28.03.25. +//