diff --git a/current b/current index 72e418b..7782e60 100755 Binary files a/current and b/current differ diff --git a/src/main.c b/src/main.c index 19c6468..97c6d83 100644 --- a/src/main.c +++ b/src/main.c @@ -8,6 +8,6 @@ */ int main(int argc,char**argv) { - + printf("%s",add((struct String){7,"1845920"},(struct String){4,"1829"}).str); return 0; } \ No newline at end of file diff --git a/src/utils.c b/src/utils.c index 2a0bc60..bd5f32c 100644 --- a/src/utils.c +++ b/src/utils.c @@ -23,7 +23,7 @@ struct String add(struct String numb1, struct String numb2){ } } } else { - for (int offset=0;offsetoffset) {