Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cd2f76bda7d205df5ecbdb8404d213d5a45efd8c
/
.
/
build_tests
/
hello.go
blob: 4cc584b3adb62ff226b91ec023233f5c737e79a5 [
file
] [
log
] [
blame
]
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}