diff examples/E02_squares.nim @ 204:6e2017cb8b8b

del: unused imports
author Sam <sam@basx.dev>
date Mon, 08 May 2023 21:23:29 +0700
parents 84fd522fdf3f
children f3912838cd69
line wrap: on
line diff
--- a/examples/E02_squares.nim	Mon May 08 21:21:49 2023 +0700
+++ b/examples/E02_squares.nim	Mon May 08 21:23:29 2023 +0700
@@ -1,7 +1,4 @@
-import std/times
 import std/sequtils
-import std/strutils
-import std/math
 import std/random
 
 import semicongine