Implemented runes
This commit is contained in:
parent
e91e894046
commit
21017e6378
11 changed files with 88 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue