Sha256: 60f1c69652dccfb5e3ea0b680ac586d320d17738718e24e89ef295710b3a2f9c
Contents?: true
Size: 611 Bytes
Versions: 101
Compression:
Stored size: 611 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 acronym should have a package comment that summarizes what it's about. // https://golang.org/doc/effective_go.html#commentary package acronym // Abbreviate should have a comment documenting it. func Abbreviate(s 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 "" }
Version data entries
101 entries across 101 versions & 1 rubygems