4 lines
77 B
Rust
4 lines
77 B
Rust
#![feature(portable_simd)]
|
|
#![feature(exact_length_collection)]
|
|
pub mod aoc;
|
#![feature(portable_simd)]
|
|
#![feature(exact_length_collection)]
|
|
pub mod aoc;
|