mirror of https://github.com/CGAL/cgal
Using the following Perl script: ----------------------------------------------------- #!/usr/bin/perl local($/) = undef; my $text = <>; $text =~ s/\A\n+//mg; $text =~ s/\n+\Z/\n/mg; print "$text"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| in_place_list_prog.cpp | ||
| min_element_if_example_noheader.cpp | ||
| min_max_element_example_noheader.cpp | ||