Sfoglia il codice sorgente

Unused imports

master
Chris Smith 5 anni fa
parent
commit
9bee0203a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      day13.nim

+ 1
- 1
day13.nim Vedi File

@@ -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