online-judge-tools/oj

Rewriting with Go language

kmyk opened this issue · 0 comments

kmyk commented

Description / 説明

I should have implemented oj using Go.

Motivation / 動機

  • Go has static types.
  • Go is faster than Python.
  • Go is easy to compile to binaries.