Golang程序  |  8行  |  73 B

package main

import "fmt"

func main() {
	fmt.Println("hello, world")
}