j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
540 stars 32 forks source link

fix: improve cpp I/O library #137

Closed w43322 closed 1 year ago

w43322 commented 1 year ago

bugfix - #129

moved I/O functions to a separate namespace, removing boilerplate code in lang/cpp.go

add CI for cpp I/O library