• + 1 comment

    In some languages this does not submit correctly.

    In Node.js, paste:

    ws.write(result + "\n")

    at the end of function main's for loop.

    Cheers!