diff options
| -rw-r--r-- | challenge-269/asherbhs/hy/ch-1.hy | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/challenge-269/asherbhs/hy/ch-1.hy b/challenge-269/asherbhs/hy/ch-1.hy index 8cdbf70711..82745b41ec 100644 --- a/challenge-269/asherbhs/hy/ch-1.hy +++ b/challenge-269/asherbhs/hy/ch-1.hy @@ -1,7 +1,4 @@ -(import - hyrule [pprint] - itertools [count] -) +(import hyrule [pprint]) (defn bitwise-or [ints] (>= |
