static void Main() { using (LatitudeLongitudeGrid example = new LatitudeLongitudeGrid()) { example.Run(30.0); } }