diff examples/E03_hello_cube.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/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