public class Main {
public static void main(String[] args) {
String txt = "The character \\ is called backslash.";
System.out.println(txt);
}