1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

Main exercises

This commit is contained in:
Nidhal Messaoudi
2023-02-27 21:36:51 +01:00
parent 278a1f103b
commit 34aafa82f9
6 changed files with 52 additions and 23 deletions

View File

@ -3,6 +3,7 @@
// I AM NOT DONE
#[rustfmt::skip]
macro_rules! my_macro {
() => {
println!("Check out my macro!");