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,6 +1,7 @@
package main
import fm "fmt" // alias3
func main() {
fm.Println("hello, world")
import fm "fmt" // alias
func main() {
fm.Println("hello, world")
}