Reduce the size of the data file for testing purpose

master
JT Acquaviva 2019-08-25 22:36:33 +02:00
parent 136cccb67d
commit 7312936310
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void reduce_data(int size){
int main(){
int size = 100;
int size = 40;
reduce_data(size);
return 0;
}