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