Learning Dart

This commit is contained in:
2023-04-06 11:35:43 -05:00
parent fab045379a
commit b16a5813cc
92 changed files with 6437 additions and 21 deletions

View 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"
}

View 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}