package com.basicjava8.java8.features.lambda;

import java.awt.*;

interface shape{
    void draw();
}

pu

}
public class LambdaExample {


}