Sha256: e7a26ff2e4b3a90f0b11012432c88455c873c3d6d1047e0bfa2c91e6cb52136c
Contents?: true
Size: 586 Bytes
Versions: 35
Compression:
Stored size: 586 Bytes
Contents
#`( This is a 'stub' file. It's a little start on your solution. It is not a complete solution though; you will have to write some code. The ':ver<>' adverb defines the version of a module or class. The version is checked in the test suite to ensure the exercise and test suite line up. If the test is updated, it will indicate to others who test your code that some tests may no longer pass. ) unit module HelloWorld:ver<1>; sub hello ($name?) is export { # Write your solution to pass the test suite here. # Be sure to remove all stock comments once you are done! }
Version data entries
35 entries across 35 versions & 1 rubygems