Added escape sequences

This commit is contained in:
2024-07-31 17:50:31 +02:00
parent cdbfa744b7
commit c8824e699a
12 changed files with 87 additions and 7 deletions

View File

@ -15,7 +15,7 @@ var examples = []struct {
Output string
ExitCode int
}{
{"hello", "", "Hello", 0},
{"hello", "", "Hello\n", 0},
{"factorial", "", "120", 0},
{"fibonacci", "", "55", 0},
{"gcd", "", "21", 0},