Remove old utils module.

This commit is contained in:
Dominik Pantůček 2023-04-08 21:05:41 +02:00
parent 64cd360c0d
commit ac3dce41a6
14 changed files with 62 additions and 52 deletions

View file

@ -36,7 +36,7 @@
(import scheme
(chicken base)
testing
utils)
util-list)
;; Checks whether given number is prime by checking the remainder of
;; the division by all primes less than square root of the number in