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

8 lines
167 B
Rust
Raw Normal View History

#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
#![feature(associated_type_bounds)]
#![feature(test)]
2021-11-22 14:30:40 +01:00
pub mod common;
pub mod teststuff;
pub mod grid;