Compare commits

...

2 Commits

Author SHA1 Message Date
5118ea044e 22.4.1 2025-03-31 15:11:47 +02:00
fbd4af8b89 22.4.1 2025-03-31 15:08:06 +02:00

5
vielmax.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(void){
printf("Praktikumsaufgabe");
}