ソースを参照

Unused imports

master
Chris Smith 5年前
コミット
9bee0203a0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      day13.nim

+ 1
- 1
day13.nim ファイルの表示

@@ -1,4 +1,4 @@
1
-import algorithm, math, sequtils, strscans, strutils, tables
1
+import algorithm, strutils
2 2
 
3 3
 type
4 4
     Cart = ref object