Skip to content

Instantly share code, notes, and snippets.

View pglimos's full-sized avatar

Paweł Glimos pglimos

  • Kraków
View GitHub Profile
@pglimos
pglimos / test_cases.txt
Created December 4, 2019 15:22
Coding Dojo Kraków #1
example1 = [[1,2,3],
txt[8,9,4],
[7,6,5]]
response1 = [1,2,3,4,5,6,7,8,9]
example2 = [[1,2,3],
[4,5,6],
[7,8,9]]
response2 = [1,2,3,6,9,8,7,4,5]