1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-01 22:51:45 +02:00

enums3 solution

This commit is contained in:
mo8it
2024-06-21 23:05:40 +02:00
parent a2dfbd86da
commit 020711fa97
3 changed files with 28 additions and 3 deletions

View File

@@ -451,7 +451,7 @@ dir = "08_enums"
test = false
hint = """
You can create enumerations that have different variants with different types
such as no data, anonymous structs, a single string, tuples, ...etc"""
such as no data, anonymous structs, a single string, tuples, etc."""
[[exercises]]
name = "enums3"