Sha256: 09d162e97fb6eda23f0048d81f3971e776023579b8bf515d262233e18f55feff

Contents?: true

Size: 577 Bytes

Versions: 83

Compression:

Stored size: 577 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<3>;

sub hello 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

83 entries across 83 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/perl6/exercises/hello-world/HelloWorld.pm6
trackler-2.2.1.97 tracks/perl6/exercises/hello-world/HelloWorld.pm6
trackler-2.2.1.96 tracks/perl6/exercises/hello-world/HelloWorld.pm6