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