How channel work in using channel to find prime number problem?

前端 未结 0 374
醉梦人生
醉梦人生 2020-12-14 18:01

I have an approach to solve the find prime number problem using Go like this:

package main

import (
    "fmt"
)

func GenerateNatural() chan int {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题