1. Code block as part of list

    public static void main(String[] args) {
    
        for (int i = 0; i < 10 && true; i++) {
        
            System.out.println("Hello World");
        }
    
        // stuff here is affected as well <>&&%
    }