diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-30 18:07:37 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-30 18:07:37 -0400 |
commit | c385d95d49824d496fbab9e3e47255fddbdc8082 (patch) | |
tree | 3c03cca1ec0e5c9c60ca3116c93695a00b939636 | |
parent | caceb8b8b03e950a6f543650d0478c1f84b1cc71 (diff) | |
download | lib94-c385d95d49824d496fbab9e3e47255fddbdc8082.tar.gz |
oops
-rw-r--r-- | score/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/score/main.cpp b/score/main.cpp index 85a889b..fa646d0 100644 --- a/score/main.cpp +++ b/score/main.cpp @@ -54,7 +54,7 @@ int main(int argc, const char **argv) { } try { - w2 = lib94::compile_warrior(source1); + w2 = lib94::compile_warrior(source2); } catch (const lib94::compiler_exception &ex) { std::cout << "error in " << argv[2] << " on line " << ex.line_number << ": " << ex.message << '\n'; |