Merge branch 'level-5'

This commit is contained in:
2026-05-21 23:01:19 +03:00
2 changed files with 100 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ pub mod l01_minimum;
pub mod l02_kv;
pub mod l03_dict;
pub mod l04_list;
pub mod l05_dict_list;
use serde::{Deserialize, Serialize};