Learning Dart
This commit is contained in:
23
dart/hello-world/.exercism/config.json
Normal file
23
dart/hello-world/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"SuperPaintman"
|
||||
],
|
||||
"contributors": [
|
||||
"rafaelalvessa",
|
||||
"Stargator"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/hello_world.dart"
|
||||
],
|
||||
"test": [
|
||||
"test/hello_world_test.dart"
|
||||
],
|
||||
"example": [
|
||||
".meta/lib/example.dart"
|
||||
]
|
||||
},
|
||||
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
|
||||
"source": "This is an exercise to introduce users to using Exercism",
|
||||
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||||
}
|
1
dart/hello-world/.exercism/metadata.json
Normal file
1
dart/hello-world/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"dart","exercise":"hello-world","id":"0d09dbbc751441b6b846137df42ae7ff","url":"https://exercism.org/tracks/dart/exercises/hello-world","handle":"br0xen","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user