Files
2025-09-30 11:56:06 +08:00

4 lines
58 B
GLSL

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