Slang/tests/sum.sl

3 lines
30 B
Plaintext
Raw Normal View History

2019-08-28 21:24:54 +03:00
int a = 3
int b = 5
print(a+b)