# HG changeset patch # User Sam # Date 1683555809 -25200 # Node ID 6e2017cb8b8b23dc8267116faf066b73d51585bd # Parent 84fd522fdf3f0219686bcc1b8e7ee4b2c4aec9da del: unused imports diff -r 84fd522fdf3f -r 6e2017cb8b8b 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 84fd522fdf3f -r 6e2017cb8b8b 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