primitive_types3 solution

This commit is contained in:
mo8it
2024-06-08 21:43:38 +02:00
parent e1051724c3
commit 0338b1cbdf
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ name = "primitive_types3"
dir = "04_primitive_types"
test = false
hint = """
There's a shorthand to initialize Arrays with a certain size that does not
There's a shorthand to initialize arrays with a certain size that doesn't
require you to type in 100 items (but you certainly can if you want!).
For example, you can do: