Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 5, 2024
1 parent 7ba33c0 commit 1355501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2024/day3/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use itertools::Itertools;
use regex::Regex;

fn part1(input: &str) -> usize {
Expand Down

0 comments on commit 1355501

Please sign in to comment.