public class Art { public static void main(String[] args) { System.out.println("o o"); System.out.println(" x "); System.out.println(" \\_/"); } }