/
cs
labs
go
main.go
Size: 108 bytes.
1 2 3 4 5 6 7 8 9 10 11
package main import ( "fmt" "cs/labs/go/hello" ) func main() { fmt.Println(hello.SayHello("World")) }
v0
commit
cs-code-viewer-2:8080