fixup! Add rust as a language option
This commit is contained in:
parent
2ecf8021d7
commit
cbc1fdf49e
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ fn main() {{
|
|||
assert_eq!(0, part2(&test_input));
|
||||
|
||||
let input = read_input("Day{day}").expect("Failed to open input");
|
||||
assert_eq!(0, part1(&input));
|
||||
assert_eq!(0, part2(&input));
|
||||
println!("{{:?}}", part1(&input));
|
||||
println!("{{:?}}", part2(&input));
|
||||
}}
|
||||
""".format(day=day)
|
||||
|
||||
|
|
Loading…
Reference in a new issue