From 04621493ad6cdbaf3914506b03fa8ecf9cbffc4b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 1 Feb 2007 06:15:46 +0000 Subject: [PATCH] benchmark impl. is not actually based on the Ruby version svn: r5531 --- .../tests/mzscheme/benchmarks/shootout/k-nucleotide.ss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss b/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss index 8f5d121c41..ce423b3e25 100644 --- a/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss +++ b/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss @@ -1,13 +1,5 @@ ;; The Computer Language Shootout ;; http://shootout.alioth.debian.org/ -;; -;; Based on the Ruby version: -#| -# http://shootout.alioth.debian.org -# -# contributed by jose fco. gonzalez -# modified by Sokolov Yura -|# (module k-nucleotide mzscheme (require (lib "list.ss")