unpack_string/hw11_telnet_client/main.go

7 lines
153 B
Go
Raw Normal View History

2023-10-30 15:21:12 +03:00
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?
}