5 lines
70 B
Plaintext
Raw Normal View History

2020-05-02 16:23:36 +08:00
print("The result should be 230:");
2020-03-16 14:50:12 +08:00
let x = (12 + 34) * 5;
2020-05-02 16:23:36 +08:00
print(x);