From cdabab89cbe05d456273a7bd43e1f1e435a093b6 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 28 Jun 2018 16:53:00 -0400 Subject: ... --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index 7fa7f60..5d2e4a5 100644 --- a/test.cpp +++ b/test.cpp @@ -40,7 +40,7 @@ void test_fac() { return p; }); t.then([](std::pair p) { - printf("fac(%d) = %d\n", p.second, p.first); + printf("fac(%d) = %d\n", p.second - 1, p.first); }); root.resolve(std::make_pair(1, 1)); } -- cgit v1.2.3