1
This commit is contained in:
@@ -31,3 +31,11 @@ func TestCode2(t *testing.T) {
|
||||
fmt.Println(err)
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
func TestCode22(t *testing.T) {
|
||||
fmt.Println(0&2 != 0)
|
||||
fmt.Println(1&2 != 0)
|
||||
fmt.Println(1&4 != 0)
|
||||
fmt.Println(1&1 != 0)
|
||||
fmt.Println(2&2 != 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user