modules1 solution

This commit is contained in:
mo8it
2024-06-22 13:12:39 +02:00
parent 879f0cd5c6
commit ecbe9b7324
3 changed files with 18 additions and 4 deletions
+2 -3
View File
@@ -527,9 +527,8 @@ name = "modules1"
dir = "10_modules"
test = false
hint = """
Everything is private in Rust by default-- but there's a keyword we can use
to make something public! The compiler error should point to the thing that
needs to be public."""
Everything is private in Rust by default. But there's a keyword we can use
to make something public!"""
[[exercises]]
name = "modules2"