rosetta_code: sha1
[nit.git] / examples / rosettacode / sha_1.nit
1 #!/usr/bin/env nit
2 #
3 # This file is part of NIT ( http://www.nitlanguage.org ).
4 # This program is public domain
5
6 # Task: SHA-1
7 # SEE: <http://rosettacode.org/wiki/SHA-1>
8 module sha_1
9
10 import sha1
11
12 print "Rosetta Code".sha1_to_s