-
-
Save kentquirk/c24a23ce29f30f5b6f588a28d75e05f9 to your computer and use it in GitHub Desktop.
Shows results of running simple.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node | |
> simple=require("./simple.js") | |
{ hashit: [Function] } | |
> simple.hashit("This is a test") | |
Uint8Array [ | |
199, | |
190, | |
30, | |
217, | |
2, | |
251, | |
141, | |
212, | |
212, | |
137, | |
151, | |
198, | |
69, | |
47, | |
93, | |
126, | |
80, | |
159, | |
188, | |
219, | |
226, | |
128, | |
139, | |
22, | |
188, | |
244, | |
237, | |
206, | |
76, | |
7, | |
209, | |
78 ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment