summary refs log tree commit diff stats
path: root/nim/hashtest.pas
blob: 7e93ca5bf7ed64ac64b8ce0e69fe3760d701eeb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
program hashtest;

{$include 'config.inc'}

uses
  nhashes;

begin
  writeln(output, getNormalizedHash(ParamStr(1)));
end.