primitive_types5 solution

This commit is contained in:
mo8it
2024-06-19 14:17:06 +02:00
parent 2a1bc53771
commit 532c9ebb30
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ Particularly the part about destructuring (second to last example in the
section).
You'll need to make a pattern to bind `name` and `age` to the appropriate parts
of the tuple. You can do it!!"""
of the tuple."""
[[exercises]]
name = "primitive_types6"