diff --git a/main.cpp b/main.cpp index 2216e8776..100b9e6d1 100644 --- a/main.cpp +++ b/main.cpp @@ -38,7 +38,7 @@ int main() { // Test dagger { - Dagger d(1); + Dagger d(0); auto s = steady_clock::now(); cout << hex << d.eval(0); cout << " " << dec << duration_cast(steady_clock::now() - s).count() << " ms" << endl;