mirror of
https://github.com/vbatts/talks.git
synced 2025-06-03 10:32:30 +00:00
files from getdown that need to be reconciled
This commit is contained in:
parent
8e251effd9
commit
6943db29ba
36 changed files with 1297 additions and 0 deletions
8
2013/03-golang-learning-lunch/1-hello/main.go
Normal file
8
2013/03-golang-learning-lunch/1-hello/main.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello World!")
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue