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