Newer
Older
exercism-cpp / difference-of-squares / .exercism / config.json
@Wook Song Wook Song on 12 Oct 2022 672 bytes Easy: Add solutions for two exercises
{
  "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson",
    "Scientifica96"
  ],
  "files": {
    "solution": [
      "difference_of_squares.cpp",
      "difference_of_squares.h"
    ],
    "test": [
      "difference_of_squares_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Problem 6 at Project Euler",
  "source_url": "http://projecteuler.net/problem=6"
}