Prints text to output with level 0 @param txt text to print
(String txt)
| 37 | * @param txt text to print |
| 38 | */ |
| 39 | public static void p(String txt) { |
| 40 | p(txt, 0, false); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Prints text to output given with level |
no test coverage detected