Compare commits

..

1 Commits

Author SHA1 Message Date
Claudio Maggioni (maggicl) c3eb722439 grad_hw1: bugfixes done with tests 2019-10-20 14:39:29 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
const int MAX_SPLIT = 1024;
const int BUFFER_SIZE = 1024;