mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 01:42:11 +08:00
8 lines
77 B
Go
8 lines
77 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main(){
|
|
fmt.Printf("Hello World!\n");
|
|
}
|