Files
2025-12-19 13:53:53 +00:00

12 lines
469 B
Java

// "Replace with text block" "true-preview"
class LeadingNewlines {
public static void main(String[] args) {
String text = """
+---------------------------- ------------------------------------------------------------+
| Unable to authenticate the microservice. Administrative functions will not be available |
+-----------------------------------------------------------------------------------------+""";
}
}