all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
2
Task/SHA-1/Smalltalk/sha-1-1.st
Normal file
2
Task/SHA-1/Smalltalk/sha-1-1.st
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
PackageLoader fileInPackage: 'Digest'.
|
||||
(SHA1 hexDigestOf: 'Rosetta Code') displayNl.
|
||||
1
Task/SHA-1/Smalltalk/sha-1-2.st
Normal file
1
Task/SHA-1/Smalltalk/sha-1-2.st
Normal file
|
|
@ -0,0 +1 @@
|
|||
(SHA1Stream hashValueOf:'Rosetta Code')
|
||||
Loading…
Add table
Add a link
Reference in a new issue