@@ -0,0 +1,3 @@
module git.tsivinsky.com/tsivinsky/hello
go 1.26.1
@@ -0,0 +1,11 @@
package hello
import "fmt"
func Hello(name string) string {
return fmt.Sprintf("Hello, %s!", name)
}
func SayHello(name string) {
fmt.Printf("%s\n", Hello(name))
The note is not visible to the blocked user.