Run »
public class Main { public static void main(String[] args) { String txt = "Hel\blo World!"; System.out.println(txt); } }
Helo World!