10 lines
106 B
Go
10 lines
106 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
|
|
fmt.Printf("Hello ttt sad , %s!\n", "world")
|
|
|
|
}
|