aoc2025/src/lib.rs
2025-12-08 16:42:18 +01:00

4 lines
77 B
Rust

#![feature(portable_simd)]
#![feature(exact_length_collection)]
pub mod aoc;