aoc2025/bram/rust/src/day_01/mod.rs

6 lines
80 B
Rust

use crate::utils;
pub fn answer(text : String) ->( u32, u32 ) {
( 0, 0 )
}