Newer
Older
2021-konuma / read.js
@KONUMA Runa KONUMA Runa on 8 Oct 2021 50 bytes read.jsを足し算にした
#!/usr/bin/env js
write("1 + 2 = ")
write(1 + 2);