aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 2216e877..100b9e6d 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<milliseconds>(steady_clock::now() - s).count() << " ms" << endl;