normal destructuring with one line changed
This commit is contained in:
@@ -291,7 +291,7 @@ func main[argc: i64, argv: ptr] : i64
|
||||
c := new CHIP8
|
||||
c->init()
|
||||
|
||||
~buffer, ok := io.read_binary_file(path)
|
||||
buffer, ok := io.read_binary_file(path)
|
||||
if !ok
|
||||
panic("failed to read file")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user