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