mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 20:23:39 +00:00
8 lines
75 B
Go
8 lines
75 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main(){
|
||
|
fmt.Printf("Hello World!");
|
||
|
}
|