advent-of-code/2021/src/lib.rs

4 lines
71 B
Rust
Raw Normal View History

#![feature(associated_type_bounds)]
2021-11-22 14:30:40 +01:00
pub mod common;
pub mod teststuff;