macros1 solution

This commit is contained in:
mo8it
2024-07-01 11:28:38 +02:00
parent a13e3cd07f
commit cf90364fd7
3 changed files with 13 additions and 4 deletions
+2 -3
View File
@@ -1089,9 +1089,8 @@ name = "macros1"
dir = "21_macros"
test = false
hint = """
When you call a macro, you need to add something special compared to a
regular function call. If you're stuck, take a look at what's inside
`my_macro`."""
When you call a macro, you need to add something special compared to a regular
function call."""
[[exercises]]
name = "macros2"