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:
@ -5,5 +5,6 @@ macro_rules! my_macro {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
// TODO: Fix the macro call.
|
||||
my_macro();
|
||||
}
|
||||
|
Reference in New Issue
Block a user