|
Easy: Add solutions for three exercises
Added solutions for hexadecimal, isogram, and pascals-triangle. |
|---|
|
|
| hexadecimal/.exercism/config.json 0 → 100644 |
|---|
| hexadecimal/.exercism/metadata.json 0 → 100644 |
|---|
| hexadecimal/CMakeLists.txt 0 → 100644 |
|---|
| hexadecimal/HELP.md 0 → 100644 |
|---|
| hexadecimal/README.md 0 → 100644 |
|---|
| hexadecimal/hexadecimal.cpp 0 → 100644 |
|---|
| hexadecimal/hexadecimal.h 0 → 100644 |
|---|
| hexadecimal/hexadecimal_test.cpp 0 → 100644 |
|---|
| hexadecimal/test/catch.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| hexadecimal/test/tests-main.cpp 0 → 100644 |
|---|
| isogram/.exercism/config.json 0 → 100644 |
|---|
| isogram/.exercism/metadata.json 0 → 100644 |
|---|
| isogram/CMakeLists.txt 0 → 100644 |
|---|
| isogram/HELP.md 0 → 100644 |
|---|
| isogram/README.md 0 → 100644 |
|---|
| isogram/isogram.cpp 0 → 100644 |
|---|
| isogram/isogram.h 0 → 100644 |
|---|
| isogram/isogram_test.cpp 0 → 100644 |
|---|
| isogram/test/catch.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| isogram/test/tests-main.cpp 0 → 100644 |
|---|
| pascals-triangle/.exercism/config.json 0 → 100644 |
|---|
| pascals-triangle/.exercism/metadata.json 0 → 100644 |
|---|
| pascals-triangle/CMakeLists.txt 0 → 100644 |
|---|
| pascals-triangle/HELP.md 0 → 100644 |
|---|
| pascals-triangle/README.md 0 → 100644 |
|---|
| pascals-triangle/pascals_triangle.cpp 0 → 100644 |
|---|
| pascals-triangle/pascals_triangle.h 0 → 100644 |
|---|
| pascals-triangle/pascals_triangle_test.cpp 0 → 100644 |
|---|
| pascals-triangle/test/catch.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| pascals-triangle/test/tests-main.cpp 0 → 100644 |
|---|