Problem specification: https://github.com/exercism/problem-specifications/tree/main/exercises/transpose TODO: - generate the exercise with `./bin/fetch-configlet && ./bin/configlet create --practice-exercise transpose` - check if any of the existing tracks (examples below) implement the exercise and you can reuse the implementation: - Go: https://github.com/exercism/go/tree/main/exercises/practice - Rust: https://github.com/exercism/rust/tree/main/exercises/practice - Python: https://github.com/exercism/python/tree/main/exercises/practice - use exercise's _canonical-data.json_ to see which test cases to implement: https://github.com/exercism/problem-specifications/blob/main/exercises/transpose/canonical-data.json
Problem specification:
https://github.com/exercism/problem-specifications/tree/main/exercises/transpose
TODO:
./bin/fetch-configlet && ./bin/configlet create --practice-exercise transposehttps://github.com/exercism/problem-specifications/blob/main/exercises/transpose/canonical-data.json