diff options
author | Araq <rumpf_a@web.de> | 2011-04-12 01:13:42 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-12 01:13:42 +0200 |
commit | cd292568d775d55d9abb51e962882ecda12c03a9 (patch) | |
tree | 85451f0e1f17dc0463350915f12bdd0a82a73455 /nim/hashtest.pas | |
parent | 46c41e43690cba9bc1caff6a994bb6915df8a1b7 (diff) | |
download | Nim-cd292568d775d55d9abb51e962882ecda12c03a9.tar.gz |
big repo cleanup
Diffstat (limited to 'nim/hashtest.pas')
-rwxr-xr-x | nim/hashtest.pas | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nim/hashtest.pas b/nim/hashtest.pas deleted file mode 100755 index 7e93ca5bf..000000000 --- a/nim/hashtest.pas +++ /dev/null @@ -1,10 +0,0 @@ -program hashtest; - -{$include 'config.inc'} - -uses - nhashes; - -begin - writeln(output, getNormalizedHash(ParamStr(1))); -end. |