Sha256: 434253ea9522d1c93d52b4e751f2a630f0c4148f6072d097d943e523fd4030fc
Contents?: true
Size: 594 Bytes
Versions: 117
Compression:
Stored size: 594 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 bob should have a package comment that summarizes what it's about. // https://golang.org/doc/effective_go.html#commentary package bob // Hey should have a comment documenting it. func Hey(remark 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
117 entries across 117 versions & 1 rubygems