From 0712b7f6a434d57c38cca8772dd586fd25411c96 Mon Sep 17 00:00:00 2001 From: INNA Date: Tue, 6 Feb 2024 16:04:43 +0100 Subject: [PATCH] =?UTF-8?q?Initialer=20Commit:=20Grundger=C3=BCst=20f?= =?UTF-8?q?=C3=BCr=20Subtraktionsfunktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subtraktion.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/subtraktion.c b/src/subtraktion.c index 8fe493d..732df5e 100644 --- a/src/subtraktion.c +++ b/src/subtraktion.c @@ -1 +1,7 @@ #include "subtraktion.h" +#include +#include + +int main() { + return 0; +} \ No newline at end of file