1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-06 22:33:08 +02:00

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

View File

@ -5,5 +5,6 @@ macro_rules! my_macro {
}
fn main() {
// TODO: Fix the macro call.
my_macro();
}