Browse Source

* updated to latest shootout version

git-svn-id: trunk@8964 -
florian 18 years ago
parent
commit
89d51b6dcf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/bench/shootout/src/recursive.pp

+ 2 - 1
tests/bench/shootout/src/recursive.pp

@@ -1,4 +1,4 @@
-(* The Computer Language Shootout
+(* The Computer Language Benchmarks Game
    http://shootout.alioth.debian.org/
    http://shootout.alioth.debian.org/
 
 
    contributed by Josh Goldfoot
    contributed by Josh Goldfoot
@@ -62,3 +62,4 @@ begin
    writeLn('Fib(3): ', Fib(3));
    writeLn('Fib(3): ', Fib(3));
    writeLn('Tak(3.0,2.0,1.0): ', TakFP(3.0,2.0,1.0):1:1);
    writeLn('Tak(3.0,2.0,1.0): ', TakFP(3.0,2.0,1.0):1:1);
 end.
 end.
+