04.4.1.md

This commit is contained in:
Unknown
2013-04-21 19:25:28 -04:00
parent 258c50e72a
commit d658c086ca
24 changed files with 447 additions and 18 deletions

View File

@@ -1,9 +1,7 @@
// hello_world.go
package main
import "fmt"
import "fmt"
func main() {
func main() {
fmt.Println("hello, world")
}