blob: 5fa52c3d4495d27b19544fd1632b2b977d6c3d3f [file] [log] [blame]
mod src;
fn main() {
println!("{}", &src::forty_two());
}