aboutsummaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/solve_h48h3k2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/solve_h48h3k2.cpp b/cpp/examples/solve_h48h3k2.cpp
index 454d6dc..7f06376 100644
--- a/cpp/examples/solve_h48h3k2.cpp
+++ b/cpp/examples/solve_h48h3k2.cpp
@@ -8,7 +8,7 @@
8 8
9int main() { 9int main() {
10 // Get verbose output 10 // Get verbose output
11 nissy::set_logger([](const char* s) { std::cout << s; }); 11 nissy::set_logger([](const char* s, void *u) { std::cout << s; }, NULL);
12 12
13 // Get the scramble from the user 13 // Get the scramble from the user
14 std::cout << "Enter scramble: "; 14 std::cout << "Enter scramble: ";

Generated with cgit - Back to sebastiano.tronto.net