This commit is contained in:
Lennart Pecher 2025-03-28 12:16:12 +01:00
parent eb13cde731
commit 2448d62ddb

6
test2.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello World!");
}//
// Created by Lennart Pecher on 28.03.25.
//