Implemented array storage
This commit is contained in:
parent
5dee0777e7
commit
52e87a8885
17 changed files with 150 additions and 45 deletions
|
@ -17,6 +17,7 @@ var examples = []struct {
|
|||
{"hello", "", "Hello", 0},
|
||||
{"factorial", "", "", 120},
|
||||
{"fibonacci", "", "", 55},
|
||||
{"array", "", "ABCD", 0},
|
||||
}
|
||||
|
||||
func TestExamples(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue