7 lines
153 B
Go
7 lines
153 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?
|
||
|
}
|