Newer
Older
2021---RyoyaG / read.js
@InoueRyoya InoueRyoya on 8 Oct 2021 53 bytes add
#!/usr/bin/env js
var a = 2 + 3
b = 2 + 3
print(a+b)