/udp_kv_store

Go UDP kv store

Primary LanguageGo

Go UDP kv store

https://protohackers.com/problem/4

run the tcp server

go build -o server/main server/main.go
./server/main

test with a client

go build -o client/main client/main.go
./client/main