1package main
2
3import (
4"fmt"
5)
6
7func main() {
8fmt.
9Println("hello world")
10}