Implemented if statements
This commit is contained in:
@ -10,7 +10,7 @@ var examples = []struct {
|
||||
ExpectedOutput string
|
||||
ExpectedExitCode int
|
||||
}{
|
||||
{"hello", "", 9},
|
||||
{"hello", "", 0},
|
||||
{"write", "ELF", 0},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user