Bob/success_test.bob

5 lines
98 B
Plaintext

print("Hello from generated program!");
var x = 10;
var y = 20;
print("Sum: " + toString(x + y));