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

test = 7;

print(test);