Files
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

4 lines
55 B
GLSL

var a = prompt('input a number:');
print(int(a)+100);