25 lines
525 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"jvarness"
],
"contributors": [
"Stargator",
"Zureka",
"kytrinyx"
],
"files": {
"solution": [
"lib/diamond.dart"
],
"test": [
"test/diamond_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point.",
"source": "Seb Rose",
"source_url": "https://web.archive.org/web/20220807163751/http://claysnow.co.uk/recycling-tests-in-tdd/"
}