Skip to content

Commit

Permalink
aoc2024/day18: Remove misplaced comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Dec 20, 2024
1 parent 6d8a75f commit 84cd067
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aoc2024/src/day18.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use aoc_runner_derive::aoc;

// 360
// 58,62

#[aoc(day18, part1)]
#[must_use]
pub fn part1(input: &str) -> usize {
Expand Down

0 comments on commit 84cd067

Please sign in to comment.