Skip to content

Commit

Permalink
fix card 38
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zibert committed Nov 1, 2023
1 parent bbb05f4 commit 3f5e86e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cards.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const auto yellow_plus_purple_equal_to_six =
verifier_t{"yellow_plus_purple_equal_to_six",
[](const code_t &code) { return code[1] + code[2] == 6; }};
const auto c38 =
card_t{blue_plus_yellow_equal_to_six, blue_plus_yellow_equal_to_six,
card_t{blue_plus_yellow_equal_to_six, blue_plus_purple_equal_to_six,
yellow_plus_purple_equal_to_six};

// card 39
Expand Down
Binary file modified frontend/public/wasm/wasmWrapper.wasm
Binary file not shown.

0 comments on commit 3f5e86e

Please sign in to comment.