mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
primitive_types1 solution
This commit is contained in:
@@ -234,7 +234,10 @@ hint = "No hints this time ;)"
|
||||
name = "primitive_types1"
|
||||
dir = "04_primitive_types"
|
||||
test = false
|
||||
hint = "No hints this time ;)"
|
||||
hint = """
|
||||
In Rust, a boolean can be negated using the operator `!` before it.
|
||||
Example: `!true == false`
|
||||
This also works with boolean variables."""
|
||||
|
||||
[[exercises]]
|
||||
name = "primitive_types2"
|
||||
|
||||
Reference in New Issue
Block a user