Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
73e56605000ac366290798891bcea54d8535767f
/
.
/
build_tests
/
hello.go
blob: 4cc584b3adb62ff226b91ec023233f5c737e79a5 [
file
] [
log
] [
blame
]
Philipp Schrader
73e5660
2021-12-06 21:37:30 -0800
[
diff
] [
blame^
]
1
package main
2
3
import "fmt"
4
5
func main() {
6
fmt.Println("Hello world")
7
}