# @start region="zone" 
public class MathUtils {
    public static double calculateHypotenuse(double a, double b) {
        // ... Pythagorean theorem calculation ...
    }
}
# @end region="zone"

@link substring="ArrayListExample.addElements()" target="ArrayListExample#addElements()"

@link substring="SnippetExample.newInstance()" target="SnippetExample#newInstance()"

