Sha256: b8ffd02e09dd4a7fa6cf6fb6ade3dcb2a62dd4c6b7fbef4ca5dd5b5619019e42
Contents?: true
Size: 297 Bytes
Versions: 203
Compression:
Stored size: 297 Bytes
Contents
# # This is a SKELETON file and has been provided to enable you to get working on the # first exercise more quickly. # use 5.006; use strict; use warnings; package Bob; our $VERSION = '1.000'; use Exporter 5.57 qw(import); our @EXPORT_OK = qw(hey); sub hey { # # YOUR CODE GOES HERE # } 1;
Version data entries
203 entries across 203 versions & 1 rubygems