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