Added escape sequences

This commit is contained in:
Eduard Urbach 2024-07-31 17:50:31 +02:00
parent 85a6a957aa
commit e5adcff1af
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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},