We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Exercise tester output here is wrong, Uruk has 20 max hp instead of 15:
How it is:
$ javac *.java -d build $ java -cp build ExerciseRunner ------------------------------------------ Nobody's fighting right now ! ------------------------------------------ ------------------------------------------ Characters currently fighting : - Aragorn : 20/20 - Uruk : 15/20 ------------------------------------------ Aragorn : 11/20 ------------------------------------------ Characters currently fighting : - Aragorn : 11/20 - Uruk : KO ------------------------------------------ $
Replace text with this:
$ javac *.java -d build $ java -cp build ExerciseRunner ------------------------------------------ Nobody's fighting right now ! ------------------------------------------ ------------------------------------------ Characters currently fighting : - Aragorn : 20/20 - Uruk : 15/15 ------------------------------------------ Aragorn : 11/20 ------------------------------------------ Characters currently fighting : - Aragorn : 11/20 - Uruk : KO ------------------------------------------ $
The text was updated successfully, but these errors were encountered:
AdventureUtils
nprimo
Successfully merging a pull request may close this issue.
AdventureUtils
Hello, Exercise tester output here is wrong, Uruk has 20 max hp instead of 15:
How it is:
Replace text with this:
The text was updated successfully, but these errors were encountered: