exercism/go/forth/.exercism/config.json
2022-08-24 14:28:45 +02:00

32 lines
475 B
JSON

{
"blurb": "Implement an evaluator for a very simple subset of Forth",
"authors": [
"leenipper"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"robphoenix",
"sebito91"
],
"files": {
"solution": [
"forth.go"
],
"test": [
"forth_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
]
}
}