//! test_output(10) import Num from "./helpers/Num.ts"; export default function () { return Num.One + Num.Two + Num.Three + Num.Four; }