Sha256: 4cc2014fc47ea12bea47320d0206bc6305800cab28cae4e380674210accf2714
Contents?: true
Size: 621 Bytes
Versions: 72
Compression:
Stored size: 621 Bytes
Contents
// This is a "stub" file. It's a little start on your solution. // It's not a complete solution though; you have to write some code. // Package proverb should have a package comment that summarizes what it's about. // https://golang.org/doc/effective_go.html#commentary package proverb // Proverb should have a comment documenting it. func Proverb(rhyme []string) []string { // Write some code here to pass the test suite. // Then remove all the stock comments. // They're here to help you get started but they only clutter a finished solution. // If you leave them in, reviewers may protest! return []string{} }
Version data entries
72 entries across 72 versions & 1 rubygems