Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8f2a3d44a3722ffd22407bb269e82b960f09d4af
/
.
/
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"))
}