advent-of-code/2022/src/lib.rs
2022-12-12 11:56:38 +01:00

6 lines
119 B
Rust

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