/
cs
labs
go
hello.go
Size: 110 bytes.
1 2 3 4 5 6 7
package hello import "fmt" func SayHello(target string) string { return fmt.Sprintf("Hello %s!", target) }
v0
commit
cs-code-viewer-3:8080