Add display initial to engine execution
This commit is contained in:
@@ -28,6 +28,10 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
b := bytes.NewBuffer(nil)
|
||||
en.WriteResult(b)
|
||||
fmt.Println(b.String())
|
||||
|
||||
running := true
|
||||
for running {
|
||||
reader := bufio.NewReader(os.Stdin)
|
||||
|
||||
Reference in New Issue
Block a user