mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 16:30:36 +01:00
* updated to the current version from the shootout
git-svn-id: trunk@12748 -
This commit is contained in:
parent
cb7f19e798
commit
78d1b92d2f
@ -1,13 +1,13 @@
|
||||
(* The Computer Language Shootout
|
||||
(* The Computer Language Benchmarks Game
|
||||
http://shootout.alioth.debian.org/
|
||||
|
||||
contributed by Josh Goldfoot
|
||||
modified by Vincent Snijders
|
||||
*)
|
||||
|
||||
program knucleotide;
|
||||
{$mode objfpc}
|
||||
|
||||
{$mode objfpc}{$I-}{$INLINE ON}
|
||||
program knucleotide;
|
||||
|
||||
(* simple_hash available from CVS *)
|
||||
|
||||
@ -393,3 +393,4 @@ begin
|
||||
//SetPrecisionMode(pmDouble);
|
||||
main;
|
||||
end.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user