Update solution files to match exercise files

This commit is contained in:
Jatin Sanghvi
2025-12-19 19:32:24 +05:30
parent b5d440fdc3
commit 1ebb4d25a6
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Added the attribute `macro_use` attribute.
// Added the `macro_use` attribute.
#[macro_use]
mod macros {
macro_rules! my_macro {