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

6 lines
119 B
Rust

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