Created
June 28, 2018 03:13
-
-
Save kentquirk/101354249e99e9b2063b39ee0a9dbba9 to your computer and use it in GitHub Desktop.
Simple test.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
simple = require("./simple.js"); | |
h = simple.hashit("This is a test") | |
console.log(h.length) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment