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

4 lines
53 B
Rust
Raw Normal View History

2022-11-29 12:29:49 +01:00
#![feature(test)]
pub mod common;
pub mod teststuff;