1
0
Fork 0
undar-lang-old/bench/simple.ul

3 lines
33 B
Fortran

int sum = 1 + 2;
print(sum.str);