diff --git a/Simon Bestler und Johannes Freitag.zip b/Simon Bestler und Johannes Freitag.zip new file mode 100644 index 0000000..8451c81 Binary files /dev/null and b/Simon Bestler und Johannes Freitag.zip differ diff --git a/main.c b/main.c index 5ba1cfc..ad859bd 100644 --- a/main.c +++ b/main.c @@ -480,7 +480,7 @@ inline void freeVector(Vector* vector) { void printVector(Vector* vector) { for(int i = 0; i < vector->n; i++) { - printf("%lf, ", vector->data[i]); + printf("%lf ", vector->data[i]); } puts(""); }