Module: AocCli::Core::AttemptParser::Prefixes

Defined in:
lib/aoc_cli/core/attempt_parser.rb

Constant Summary collapse

CORRECT =
/^That's the right answer/
INCORRECT =
/^That's not the right answer/
RATE_LIMITED =
/^You gave an answer too recently/
WRONG_LEVEL =
/^You don't seem to be solving the right level/