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