diff examples/E03_hello_cube.nim @ 665:e85f54b88afb

del: unused imports
author Sam <sam@basx.dev>
date Mon, 08 May 2023 21:23:29 +0700
parents c33c8e156e3e
children d84b2e88776a
line wrap: on
line diff
--- a/examples/E03_hello_cube.nim	Mon May 08 21:21:49 2023 +0700
+++ b/examples/E03_hello_cube.nim	Mon May 08 21:23:29 2023 +0700
@@ -9,7 +9,6 @@
 
 
 import std/times
-import std/strutils
 
 import semicongine