Learning Dart
This commit is contained in:
23
dart/difference-of-squares/.exercism/config.json
Normal file
23
dart/difference-of-squares/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"SuperPaintman"
|
||||
],
|
||||
"contributors": [
|
||||
"Stargator",
|
||||
"kytrinyx"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/difference_of_squares.dart"
|
||||
],
|
||||
"test": [
|
||||
"test/difference_of_squares_test.dart"
|
||||
],
|
||||
"example": [
|
||||
".meta/lib/example.dart"
|
||||
]
|
||||
},
|
||||
"blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
|
||||
"source": "Problem 6 at Project Euler",
|
||||
"source_url": "https://projecteuler.net/problem=6"
|
||||
}
|
1
dart/difference-of-squares/.exercism/metadata.json
Normal file
1
dart/difference-of-squares/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"dart","exercise":"difference-of-squares","id":"155f2925131947f6b9253143247943f9","url":"https://exercism.org/tracks/dart/exercises/difference-of-squares","handle":"br0xen","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user