Newer
Older
2021-RinoIto / read.js
@RinoIto RinoIto on 13 Oct 2021 50 bytes Create read.js
#!/usr/bin/env js
write("1 + 2 = ")
write(1 + 2);