{
"blurb": "Compute Pascal's triangle up to a given number of rows.",
"authors": [
"rrtheonlyone"
],
"contributors": [
"elyashiv",
"KevinWMatthews",
"patricksjackson"
],
"files": {
"solution": [
"pascals_triangle.cpp",
"pascals_triangle.h"
],
"test": [
"pascals_triangle_test.cpp"
],
"example": [
".meta/example.cpp",
".meta/example.h"
]
},
"source": "Pascal's Triangle at Wolfram Math World",
"source_url": "http://mathworld.wolfram.com/PascalsTriangle.html"
}