Add Rust solutions for days 1-3
Signed-off-by: Alek Ratzloff <alekr@jsausa.com>
This commit is contained in:
11
day04/Day04.rs
Normal file
11
day04/Day04.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
//use std::io::{self, Read};
|
||||
|
||||
//type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
|
||||
|
||||
fn main() {
|
||||
part1(246515, 739105);
|
||||
}
|
||||
|
||||
fn part1(lower: usize, upper: usize) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user