Added more examples
This commit is contained in:
parent
45e15cdb52
commit
2293603923
3 changed files with 29 additions and 4 deletions
|
@ -22,6 +22,7 @@ var examples = []struct {
|
|||
{"array", "", "Hello", 0},
|
||||
{"echo", "Echo", "Echo", 0},
|
||||
{"itoa", "", "9223372036854775807", 0},
|
||||
{"collatz", "", "6 3 10 5 16 8 4 2 1", 0},
|
||||
}
|
||||
|
||||
func TestExamples(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue