summary refs log tree commit diff stats
path: root/rod/hashtest.nim
diff options
context:
space:
mode:
Diffstat (limited to 'rod/hashtest.nim')
-rwxr-xr-xrod/hashtest.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/rod/hashtest.nim b/rod/hashtest.nim
new file mode 100755
index 000000000..c1b3ea0f4
--- /dev/null
+++ b/rod/hashtest.nim
@@ -0,0 +1,5 @@
+
+import 
+  nhashes
+
+writeln(stdout, getNormalizedHash(ParamStr(1)))
\ No newline at end of file