Skip to content

Commit

Permalink
[no ci] update hex_example.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan-deepsource authored Apr 20, 2023
1 parent cd194d1 commit 43f89d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hex_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ func HexLiteral() bool {
x := 0xFff
y := 0xFFF
z := 0xfff
a := 0xffe

return (x == y) && (y == z)
}

0 comments on commit 43f89d2

Please sign in to comment.