mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
11 lines
123 B
ObjectPascal
11 lines
123 B
ObjectPascal
program hashtest;
|
|
|
|
{$include 'config.inc'}
|
|
|
|
uses
|
|
nhashes;
|
|
|
|
begin
|
|
writeln(output, getNormalizedHash(ParamStr(1)));
|
|
end.
|