create commit for tag
This commit is contained in:
parent
5c53e6111e
commit
552e21fcfc
@ -8,5 +8,5 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
prog := make([]byte, 6)
|
prog := make([]byte, 6)
|
||||||
cpu := chip8.NewCHIP8(prog)
|
cpu := chip8.NewCHIP8(prog)
|
||||||
fmt.Printf("This should print out zero: %d\n", cpu.GetGraphicsBuffer()[0])
|
fmt.Printf("This should print out zero: %d!\n", cpu.GetGraphicsBuffer()[0])
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user