8 lines
98 B
Go
8 lines
98 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Printf("hello, git")
|
|
fmt.Printf("hello, world")
|
|
}
|