Implemented number output
This commit is contained in:
parent
f4dd9004be
commit
123738f88c
12 changed files with 185 additions and 46 deletions
|
@ -18,6 +18,7 @@ var examples = []struct {
|
|||
{"factorial", "", "", 120},
|
||||
{"fibonacci", "", "", 55},
|
||||
{"array", "", "Hello", 0},
|
||||
{"itoa", "", "2147483647", 0},
|
||||
}
|
||||
|
||||
func TestExamples(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue