(String[] args)
| 15 | return setBits; |
| 16 | } |
| 17 | public static void main(String[] args) |
| 18 | { |
| 19 | Scanner sc = new Scanner(System.in); |
| 20 | int x = sc.nextInt(); |
| 21 | int y = sc.nextInt(); |
| 22 | System.out.println(hammingDistance(x, y)); |
| 23 | } |
| 24 | } |
| 25 |
nothing calls this directly
no test coverage detected