mirror of
https://codeberg.org/JasterV/aoc_2021.git
synced 2026-04-26 18:40:05 +00:00
removes a comment
This commit is contained in:
parent
aa8e3dadc4
commit
887da98495
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ use std::path::Path;
|
|||
static INPUT_PATH: &str = "input.txt";
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// First puzzle
|
||||
let submarine_v1 = SubmarineV1 { xcord: 0, depth: 0 };
|
||||
let submarine_v2 = SubmarineV2 {
|
||||
xcord: 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue