Added escape sequences
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user