X-Git-Url: http://nitlanguage.org diff --git a/examples/rosettacode/sha_1.nit b/examples/rosettacode/sha_1.nit index 2eaf471..8776d48 100644 --- a/examples/rosettacode/sha_1.nit +++ b/examples/rosettacode/sha_1.nit @@ -9,4 +9,4 @@ module sha_1 import sha1 -print "Rosetta Code".sha1_to_s +print "Rosetta Code".sha1.hexdigest