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