We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca2456 commit f25c50aCopy full SHA for f25c50a
examples/basic/bitop/bitop_basic.go
@@ -67,7 +67,7 @@ func Basic() error {
67
68
// 特定のビットを立てる
69
x |= (1 << 5)
70
- output.Stdoutf("[x != (1 << 5)]", "%08b\n", x)
+ output.Stdoutf("[x |= (1 << 5)]", "%08b\n", x)
71
72
output.StdoutHr()
73
0 commit comments