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

4 lines
53 B
Rust

#![feature(test)]
pub mod common;
pub mod teststuff;