[rs] Move 2022_01 solution to y2022 module

This commit is contained in:
Joscha 2022-12-02 12:50:26 +01:00
parent 214eb5b258
commit ff0ebe393b
3 changed files with 3 additions and 2 deletions

1
rs/src/y2022.rs Normal file
View file

@ -0,0 +1 @@
pub mod d01;