whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.Breakpoint()
|
||||
fmt.Println(rand.Intn(10))
|
||||
}
|
||||
Reference in New Issue
Block a user