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