瀏覽代碼

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