summary refs log tree commit diff
path: root/todo/0.src
blob: 2784a864d9bad5c9220d47c5018d1cede2d8ac35 (plain) (blame)
1
2
3
4
5
let x = 1;

x = x;

print(x);