mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 07:28:03 -05:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
//! test_output(10)
|
|
|
|
import Num from "./helpers/Num.ts";
|
|
|
|
export default function () {
|
|
return Num.One + Num.Two + Num.Three + Num.Four;
|
|
}
|