23 lines
505 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"Stargator"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"lib/sum_of_multiples.dart"
],
"test": [
"test/sum_of_multiples_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Given a number, find the sum of all the multiples of particular numbers up to but not including that number.",
"source": "A variation on Problem 1 at Project Euler",
"source_url": "https://projecteuler.net/problem=1"
}