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