From 5118ea044e25cd6373882860148e38ae01be29a1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 31 Mar 2025 15:11:47 +0200 Subject: [PATCH] 22.4.1 --- vielmax.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vielmax.c b/vielmax.c index 49a065f..c434485 100644 --- a/vielmax.c +++ b/vielmax.c @@ -1,3 +1,5 @@ -// -// Created by danie on 31.03.2025. -// +#include + +int main(void){ + printf("Praktikumsaufgabe"); +} \ No newline at end of file