import { hash } from "../lib/mod.ts";

console.log(await hash("test"));
