Initial upload
This commit is contained in:
31
go/forth/.exercism/config.json
Normal file
31
go/forth/.exercism/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
1
go/forth/.exercism/metadata.json
Normal file
1
go/forth/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"forth","id":"7fb99fd3f78d43c6a59dd057cac693da","url":"https://exercism.org/tracks/go/exercises/forth","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user