Initial upload
This commit is contained in:
22
go/blackjack/.exercism/config.json
Normal file
22
go/blackjack/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"blurb": "Learn about conditionals by playing Blackjack.",
|
||||
"authors": [
|
||||
"andres-zartab"
|
||||
],
|
||||
"contributors": [
|
||||
"tehsphinx",
|
||||
"andrerfcsantos"
|
||||
],
|
||||
"forked_from": [],
|
||||
"files": {
|
||||
"solution": [
|
||||
"blackjack.go"
|
||||
],
|
||||
"test": [
|
||||
"blackjack_test.go"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.go"
|
||||
]
|
||||
}
|
||||
}
|
1
go/blackjack/.exercism/metadata.json
Normal file
1
go/blackjack/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"blackjack","id":"97a16a05d3a141a19fdb0db49be634a3","url":"https://exercism.org/tracks/go/exercises/blackjack","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user