Skip to content

Instantly share code, notes, and snippets.

@kentquirk
Created June 28, 2018 03:13
Show Gist options
  • Save kentquirk/101354249e99e9b2063b39ee0a9dbba9 to your computer and use it in GitHub Desktop.
Save kentquirk/101354249e99e9b2063b39ee0a9dbba9 to your computer and use it in GitHub Desktop.
Simple test.js
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