mirror of
https://github.com/vbatts/talks.git
synced 2024-12-13 18:26:30 +00:00
8 lines
75 B
Go
8 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World!")
|
|
}
|
|
|