mirror of
https://github.com/vbatts/talks.git
synced 2025-01-05 21:37:07 +00:00
9 lines
75 B
Go
9 lines
75 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello World!")
|
||
|
}
|
||
|
|