Sha256: 99e344721b5ce2aef6ab38bc139689ebfd35a8cd50a70b4a1349a2f7d6913557

Contents?: true

Size: 482 Bytes

Versions: 83

Compression:

Stored size: 482 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 {
  'Hello, World!'
}

Version data entries

83 entries across 83 versions & 1 rubygems

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