finish first pass of updates

This commit is contained in:
Mark McGranaghan 2012-09-23 13:02:09 -07:00
parent d7bb44ff42
commit f1142986e9
9 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// ## Arrays
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Sum
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Range
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Floats
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Slices
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Maps
package main
import "fmt"

View File

@ -1,4 +1,5 @@
// Ok Guard
// ## OK Guards
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Nesting
package main
import "fmt"

View File

@ -1,3 +1,5 @@
// ## Functions
package main
import "fmt"