Compare commits
No commits in common. '39fbae8866f6d08de4ab7463fdae117e9cffd644' and '26700f9f9ed54872ee8312e246f58f428862f390' have entirely different histories.
39fbae8866
...
26700f9f9e
@ -1,17 +0,0 @@
|
||||
package main
|
||||
|
||||
import "time"
|
||||
|
||||
func test_print(a int) {
|
||||
for {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func main() {
|
||||
for i := 0; i < 100; i++ {
|
||||
go test_print(i)
|
||||
}
|
||||
time.Sleep(360000000*time.Second)
|
||||
}
|
||||
Loading…
Reference in New Issue