Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
eeadb4c7b18c30a42b1921b9f659f814b4baa0f0
/
.
/
build_tests
/
hello.go
blob: 2c741a8880da1b1a893ca491634d76f5e73aa8f0 [
file
] [
log
] [
blame
]
package main
import (
"fmt"
"github.com/frc971/971-Robot-Code/build_tests/go_greeter"
)
func main() {
fmt.Println(go_greeter.Greet("world"))
}