Sha256: 9a028fcec798c81dfc94f81748ce19fc8eea8411a45ceb2e3c9b575e0c354d98
Contents?: true
Size: 165 Bytes
Versions: 222
Compression:
Stored size: 165 Bytes
Contents
" " This function takes a year and returns 1 if it's a leap year " and 0 otherwise. " function! IsLeap(number) abort " your implementation goes here endfunction
Version data entries
222 entries across 222 versions & 1 rubygems