Sha256: 9d96db9743c655d35e8612007d9a405d2a259522e7185af4ea9161585586b74e

Contents?: true

Size: 482 Bytes

Versions: 124

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<2>;

sub hello is export {
  'Hello, World!'
}

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
trackler-2.2.1.95 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.94 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.93 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.92 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.91 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.90 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.89 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.88 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.87 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.86 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.85 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.84 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.83 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.82 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.81 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.80 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.79 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.78 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.77 tracks/perl6/exercises/hello-world/Example.pm6
trackler-2.2.1.76 tracks/perl6/exercises/hello-world/Example.pm6