CI on 8th track

It is extremely fast, yes!

@ErikSchierboom can you give me write permissions in the 8th repo? Or add me to the 8th team as appropriate.

I have created resistor-color on a branch in a clone to test how to contribute.

Cc: @axtens

Done. Should work now hopefully

Approved. Merged. Welcome to the team.

1 Like

@axtens a new PR for resistor-color: I forgot to say “bye” in the test file.

An easy mistake to make (having used other languages where exit is implicit).

A little bit modified version for solving the "Largest Series Product " track available in some of the programming languages is not that much longer either…

: largest-series-product \ s n -- n
  over /\D/ r:match nip if 2drop null ;then
  >r "" s:/ ' >n a:map
  ( ' n:* 1 a:reduce ) r> 1 a:map+
  dup ' n:max 0 a:reduce
  ' n:= a:indexof a:_@ ;

: app:main
  "63915" 3 largest-series-product . cr ;

@axtens need approval for https://github.com/exercism/8th/pull/86

All PRs approved. Thanks 1.0E6 and much more.