pub fn run(input: String) {
println!("Day X Part 1: {}", part_1());
println!("Day X Part 2: {}", part_2());
}
fn part_1() -> u64 {
1
}
fn part_2() -> u64 {
2
}
#[test]
fn test_part_1() {
}
#[test]
fn test_part_2() {
}
-
Notifications
You must be signed in to change notification settings - Fork 0
m-vellinga/advent_2020
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published