Sha256: d18fe9f5f301eb4b697a76bde48710b66c7e6de3b98570ee4c21bbd9da23235b
Contents?: true
Size: 323 Bytes
Versions: 67
Compression:
Stored size: 323 Bytes
Contents
// Leap stub file // The package name is expected by the test program. package leap // testVersion should match the targetTestVersion in the test file. const testVersion = 2 // It's good style to write a comment here documenting IsLeapYear. func IsLeapYear(int) bool { // Write some code here to pass the test suite. }
Version data entries
67 entries across 67 versions & 1 rubygems