advent-of-code/2023/src/lib.rs
2023-12-10 18:37:39 +01:00

7 lines
154 B
Rust

#![allow(incomplete_features)]
#![feature(test, generic_const_exprs, step_trait)]
pub mod common;
pub mod position;
pub mod direction;
pub mod teststuff;