Created
August 9, 2018 14:59
-
-
Save gswallow/dab57915662fe9de544b7e8e0a994da6 to your computer and use it in GitHub Desktop.
go book
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
import "strings" | |
func main() { | |
fmt.Println(strings.ToUpper(strings.Join([]string{"e", "i", "e", "i", "o!"}, "-"))) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment