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"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| files | ||
| include/CGAL | ||
| ch_example_from_cin_to_cout.cin | ||
| ch_example_from_cin_to_cout.cpp | ||
| ch_example_timing.cmd | ||
| ch_example_timing.cpp | ||
| ch_graham_anderson.cin | ||
| ch_graham_anderson.cpp | ||