Sha256: 1cec91d2769f190719e6d1adec58471399fe67675004373aad30954133d369a3
Contents?: true
Size: 246 Bytes
Versions: 47
Compression:
Stored size: 246 Bytes
Contents
# Declare package 'Leap' with version package Leap 3; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(is_leap); sub is_leap { my ($year) = @_; # Remove the comments and write some code here to pass the test suite. } 1;
Version data entries
47 entries across 47 versions & 1 rubygems