fix: README.md newlines

This commit is contained in:
Laurent Fainsin 2021-11-06 16:33:03 +00:00
parent 160a1703e8
commit 545a7bb7cb

View file

@ -22,23 +22,23 @@ $ make test
# Tree # Tree
. . \
├── build ├── build \
├── doc ├── doc \
│ ├── inp_n7.png │ ├── inp_n7.png \
│ ├── PageRanks-Example.jpg │ ├── PageRanks-Example.jpg \
│ ├── raffinages.txt │ ├── raffinages.txt \
│ ├── rapport.md │ ├── rapport.md \
│ ├── rapport.pdf │ ├── rapport.pdf \
│ ├── rapport.tex │ ├── rapport.tex \
├── Makefile ├── Makefile \
├── README.md ├── README.md \
├── src ├── src \
│ ├── google.adb │ ├── google.adb \
│ ├── google.ads │ ├── google.ads \
│ ├── pagerank.adb │ ├── pagerank.adb \
│ ├── quicksort.adb │ ├── quicksort.adb \
│ ├── quicksort.ads │ ├── quicksort.ads \
│ ├── vector.adb │ ├── vector.adb \
│ └── vector.ads │ └── vector.ads \
└── test_pagerank.bash └── test_pagerank.bash \