Sha256: 3fad498c3d758f5b3726ae9c3daefb37dc96a67164063d0835c17dac9e92dff0

Contents?: true

Size: 362 Bytes

Versions: 83

Compression:

Stored size: 362 Bytes

Contents

#`[
  Declare class 'Bob' with version and unit-scope the class
  i.e. everything in this file is part of 'Bob'.
]
unit class Bob:ver<3>;

method hey ($msg) {
  #`[
    Remove the comments and write some code here to pass the test suite.
    You can experiment with the code outside of this block,
    but no changes are needed for the test suite to pass.
  ]
}

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/perl6/exercises/bob/Bob.pm6
trackler-2.2.1.97 tracks/perl6/exercises/bob/Bob.pm6
trackler-2.2.1.96 tracks/perl6/exercises/bob/Bob.pm6