Explorar el Código

Unused imports

master
Chris Smith hace 5 años
padre
commit
9bee0203a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      day13.nim

+ 1
- 1
day13.nim Ver fichero

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