diff --git a/src/modules/solution.md b/src/modules/solution.md index 70ed5179..604f5b70 100644 --- a/src/modules/solution.md +++ b/src/modules/solution.md @@ -16,6 +16,16 @@ // limitations under the License. --> +```ignore +src +├── main.rs +├── widgets +│   ├── button.rs +│   ├── label.rs +│   └── window.rs +└── widgets.rs +``` + ```rust,ignore // ---- src/widgets.rs ---- mod button;