5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
var count = 0;
|
|
func main(args)
|
|
{
|
|
Net.Http.ListenSimpleWithLoop(Router,4206);
|
|
} |