whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func stepout(n int) (str string, num int) {
|
||||
return fmt.Sprintf("return %d", n), n + 1
|
||||
}
|
||||
|
||||
func main() {
|
||||
stepout(47)
|
||||
}
|
||||
Reference in New Issue
Block a user