소스 검색

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