Sha256: 90734e0231f039b2b7431749591e2e749b7f0ceeb8b92941a4308bd027770e5c
Contents?: true
Size: 489 Bytes
Versions: 78
Compression:
Stored size: 489 Bytes
Contents
## No Stub This may be the first Go track exercise you encounter without a stub: a pre-existing `raindrops.go` file for your solution. You may not see stubs in the future and should begin to get comfortable with creating your own Go files for your solutions. One way to figure out what the function signature(s) you would need is to look at the corresponding \*\_test.go file. It will show you what the package level functions(s) should be that the test will use to verify the solution.
Version data entries
78 entries across 78 versions & 1 rubygems