mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 07:57:57 -05:00
8 lines
88 B
TypeScript
8 lines
88 B
TypeScript
// test_output! 3
|
|
|
|
export default function main() {
|
|
let x = 0;
|
|
|
|
return ++x + ++x;
|
|
}
|