mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 01:03:31 +02:00
tests2 solution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user