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