whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Fn1() string {
|
||||
return "hello"
|
||||
}
|
||||
|
||||
func HelloFn(n int) string {
|
||||
n++
|
||||
s := fmt.Sprintf("hello%d", n)
|
||||
return s
|
||||
}
|
||||
Reference in New Issue
Block a user