Skip to content
Snippets Groups Projects
AnotherPrinter.java 128 B
public class AnotherPrinter {
    public static void main(String[] args) {
        System.out.println("I love faang!");
    }
}