summary refs log tree commit diff stats
path: root/nim/hashtest.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/hashtest.pas')
-rwxr-xr-xnim/hashtest.pas10
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.