Added more examples
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user