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