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