Commit 5441e5bf authored by Ramon Nou's avatar Ramon Nou
Browse files

missing }

parent c066cac1
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -57,10 +57,7 @@ int main(int argc, char* argv[]) {

            std::cout << "Mean time taken: " << time_taken / reps << " microseconds"
                      << std::endl;




    } 
  }

  return 0;