import { hashCode } from "./hashCode.js"; console.log(hashCode("hi"), hashCode("bye"), hashCode(``));