Sha256: 2fe51ef753b19400c84c9bea93759e3b2d21171e305c9555ba8b5444315ed783

Contents?: true

Size: 517 Bytes

Versions: 83

Compression:

Stored size: 517 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 TwoFer:ver<2>;

sub two-fer ($name = ‘you’) is export {
  “One for $name, one for me.”
}

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/perl6/exercises/two-fer/Example.pm6
trackler-2.2.1.97 tracks/perl6/exercises/two-fer/Example.pm6
trackler-2.2.1.96 tracks/perl6/exercises/two-fer/Example.pm6