chapitre expressions régulières

This commit is contained in:
François Pelletier 2019-10-13 00:37:35 -04:00
parent 7803dbd5fa
commit fb18d8b5d6
5 changed files with 227 additions and 73 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
dot_compile:
dot -Tpng fsa_sheep.dot -o fsa_sheep.png
build: examen_partiel.md dot_compile
pandoc examen_partiel.md -o examen_partiel.pdf