# Hello World Bare bones keyboard tool. ``` go --- /tools/helloworld.go @{tool header} func doTool(){ fmt.Println("Hello World") } @{tool main} ---