Added escape sequences
This commit is contained in:
parent
85a6a957aa
commit
e5adcff1af
12 changed files with 87 additions and 7 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue