Skip to content

Commit

Permalink
[ZeroesOnesAndTwos] remove unneeded GCD import
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 10, 2023
1 parent 88194d1 commit 02cb30c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MathPuzzles/ZeroesOnesAndTwos.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Mathlib.Data.Nat.Basic
import Mathlib.Data.Nat.ModEq
import Mathlib.Data.Nat.Parity
import Mathlib.Data.Nat.Digits
import Mathlib.Data.Nat.GCD.Basic

/-!
(From Mathematical Puzzles: A Connoisseur's Collection by Peter Winkler.)
Expand Down

0 comments on commit 02cb30c

Please sign in to comment.