Added more examples

This commit is contained in:
Eduard Urbach 2024-07-31 00:03:16 +02:00
parent 2a0137c2c2
commit 9ea99c97c4
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 29 additions and 4 deletions

View file

@ -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) {