diff options
Diffstat (limited to 'rod/hashtest.nim')
-rwxr-xr-x | rod/hashtest.nim | 5 |
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 |