Implemented array storage

This commit is contained in:
Eduard Urbach 2024-07-20 17:35:26 +02:00
parent 5dee0777e7
commit 52e87a8885
Signed by: eduard
GPG key ID: 49226B848C78F6C8
17 changed files with 150 additions and 45 deletions

View file

@ -17,6 +17,7 @@ var examples = []struct {
{"hello", "", "Hello", 0},
{"factorial", "", "", 120},
{"fibonacci", "", "", 55},
{"array", "", "ABCD", 0},
}
func TestExamples(t *testing.T) {