(String id, Object result)
| 7 | |
| 8 | public class PathAnalysis { |
| 9 | static void say(String id, Object result) { |
| 10 | System.out.print(id + ": "); |
| 11 | System.out.println(result); |
| 12 | } |
| 13 | public static void |
| 14 | main(String[] args) throws IOException { |
| 15 | System.out.println(System.getProperty("os.name")); |