public class Main {
public static void main(String[] args) {
for(int i=0; i<=10; i++) {
System.out.println(i);
}
System.out.println("Happy New Year!");
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)