Categorygithub.com/finwarman/protohackers
repository
0.0.0-20240506201540-24cd2b3ebdd1
Repository: https://github.com/finwarman/protohackers.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Protohackers Solutions

Notes / Helpers

Forwarding port example (from local server to remote machine)

ssh -R \*:$PORT:localhost:$PORT -o ServerAliveInterval=60 $USER@$REMOTE

JSON Parser