- 20 words -
← Posts
See also my Javascript golf page
Useful code to copy/paste in codingame "fastest" challenges:
def log(*args): print(*args, file=sys.stderr)
Posts in the same category: [codegolf]