Skip to content

Commit

Permalink
Day13: Remove unused dart:math
Browse files Browse the repository at this point in the history
  • Loading branch information
julemand101 committed Dec 26, 2024
1 parent eb37d31 commit 8e1c78f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/day13.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// --- Day 13: Claw Contraption ---
// https://adventofcode.com/2024/day/13

import 'dart:math';

import 'package:collection/collection.dart';

final buttonRegExp = RegExp(r'X\+(\d+), Y\+(\d+)');
Expand Down

0 comments on commit 8e1c78f

Please sign in to comment.