public class AnotherPrinter {
    public static void main(String[] args) {
        System.out.println("I love faang!");
    }
}