mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
finish quiz4
This commit is contained in:
parent
d3d2d8c76f
commit
2a63e33570
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
// Write a macro that passes the quiz! No hints this time, you can do it!
|
// Write a macro that passes the quiz! No hints this time, you can do it!
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
macro_rules! my_macro {
|
macro_rules! my_macro {
|
||||||
($val:expr) => {
|
($val:expr) => {
|
||||||
format!("Hello {}", $val)
|
format!("Hello {}", $val)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user