Added more examples

This commit is contained in:
2024-07-31 00:03:16 +02:00
parent 45e15cdb52
commit 2293603923
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) {