From 262bb3135402f519368856bfe207e9e32fd74173 Mon Sep 17 00:00:00 2001 From: Bora Date: Mon, 5 May 2025 16:12:07 +0200 Subject: [PATCH] halo --- adturing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adturing.c b/adturing.c index 86c5b50..3501414 100644 --- a/adturing.c +++ b/adturing.c @@ -33,4 +33,4 @@ void dual_addiere_eins(const char *input, char *output, int maxlen) { int start = 0; while (temp[start] == '0' && temp[start+1] != '\0') ++start; strcpy(output, temp + start); // Ergebnis in output kopieren -}} \ No newline at end of file +} \ No newline at end of file