aboutsummaryrefslogtreecommitdiff
path: root/cpp/examples/solve_h48h3k2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/solve_h48h3k2.cpp')
-rw-r--r--cpp/examples/solve_h48h3k2.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/examples/solve_h48h3k2.cpp b/cpp/examples/solve_h48h3k2.cpp
index b747976..454d6dc 100644
--- a/cpp/examples/solve_h48h3k2.cpp
+++ b/cpp/examples/solve_h48h3k2.cpp
@@ -6,13 +6,9 @@
6#include <iostream> 6#include <iostream>
7#include <string> 7#include <string>
8 8
9extern "C" {
10 long long nissy_setlogger(void (*)(const char *));
11}
12
13int main() { 9int main() {
14 // Get verbose output 10 // Get verbose output
15 nissy_setlogger([](const char* s) { std::cout << s; }); 11 nissy::set_logger([](const char* s) { std::cout << s; });
16 12
17 // Get the scramble from the user 13 // Get the scramble from the user
18 std::cout << "Enter scramble: "; 14 std::cout << "Enter scramble: ";

Generated with cgit - Back to sebastiano.tronto.net