aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.tdy
blob: 782273965581196f0a099d1764b4b4c96c09e494 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 1 + 1 <=> 2
// // asdlkjasl
// print 1 + 3
// // OwO
a int := 1
print a
print a + a + a
a = 3 + 3
print a + a + a