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

6 lines
119 B
Rust
Raw Normal View History

2023-11-30 23:56:01 +01:00
#![allow(incomplete_features)]
#![feature(test, generic_const_exprs)]
pub mod common;
pub mod grid;
pub mod teststuff;