summary refs log tree commit diff
path: root/examples/2.src
blob: 3012b2777f87a10654d2381eb3c208953f2b3f3c (plain) (blame)
1
2
3
4
5
let test = 1922;

test = 4;

print(test);