Initial upload
This commit is contained in:
22
go/chessboard/.exercism/config.json
Normal file
22
go/chessboard/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"blurb": "Learn about iterating ranges by generating a chessboard.",
|
||||
"authors": [
|
||||
"brugnara",
|
||||
"tehsphinx"
|
||||
],
|
||||
"contributors": [],
|
||||
"forked_from": [
|
||||
"elixir/chessboard"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"chessboard.go"
|
||||
],
|
||||
"test": [
|
||||
"chessboard_test.go"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.go"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user