advent-of-code/2020/src/lib.rs
2021-11-22 14:34:40 +01:00

6 lines
119 B
Rust

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