mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-12 15:08:07 -05:00
12 lines
190 B
TypeScript
12 lines
190 B
TypeScript
//! test_output(0)
|
|
|
|
/// <reference path="../../../concept-code/vs.d.ts" />
|
|
|
|
export default function main() {
|
|
return get().count;
|
|
}
|
|
|
|
function get() {
|
|
return Debug.makeCopyCounter("x");
|
|
}
|