Golang_HomeWork/hw11_telnet_client/main.go

7 lines
152 B
Go

package main
func main() {
// Place your code here
// P.S. Do not rush to throw context down, think think if it is useful with blocking operation?
}