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