import { test } from "./main.js";

Deno.test("test", () => {
  console.log(test("test"));
});