create commit for tag
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Sid 2020-10-11 19:30:38 +01:00
parent 5c53e6111e
commit 552e21fcfc

View File

@ -8,5 +8,5 @@ import (
func main() {
prog := make([]byte, 6)
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])
}