tests2 solution

This commit is contained in:
mo8it
2024-06-27 16:40:26 +02:00
parent a4f8826301
commit 803e32dad2
3 changed files with 34 additions and 8 deletions
+1 -5
View File
@@ -862,13 +862,9 @@ ones pass, and which ones fail :)"""
name = "tests2"
dir = "17_tests"
hint = """
Like the previous exercise, you don't need to write any code to get this test
to compile and run.
`assert_eq!` is a macro that takes two arguments and compares them. Try giving
it two values that are equal! Try giving it two arguments that are different!
Try giving it two values that are of different types! Try switching which
argument comes first and which comes second!"""
Try switching which argument comes first and which comes second!"""
[[exercises]]
name = "tests3"