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

6 lines
141 B
Rust

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