test program

This commit is contained in:
lordwelch 2017-10-26 17:08:30 -06:00
parent 9098fd1d3d
commit 80baa3db76

View File

@ -18,7 +18,7 @@ const (
func main() { func main() {
var ( var (
test [8]byte = [8]byte{0x00, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a} test [16]byte = [...]byte{0x00, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
) )
fmt.Printf("%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n\n", LCTRL, fmt.Printf("%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n\n", LCTRL,
LSHIFT, LSHIFT,