Implemented runes

This commit is contained in:
Eduard Urbach 2024-07-22 15:32:16 +02:00
parent eaeeba495e
commit f7645104fb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
11 changed files with 88 additions and 27 deletions

View file

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