Source code

Revision control

Copy as Markdown

Other Tools

export let X = 10;
function GetX() {
return X;
}