import * as blah from "./deps.ts";

export function subtract(a: number, b: number): number {
  return a - b;
}