# HG changeset patch # User Sam # Date 1683555809 -25200 # Node ID e85f54b88afb60eaf64c9451d78c799bb6b60a3b # Parent c33c8e156e3eba1e4d7bc30c5c36eaee6140c627 del: unused imports diff -r c33c8e156e3e -r e85f54b88afb examples/E02_squares.nim --- 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 diff -r c33c8e156e3e -r e85f54b88afb examples/E03_hello_cube.nim --- 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