merge .txt and .md
This commit is contained in:
parent
3d578282bf
commit
f13a84b620
2 changed files with 23 additions and 14 deletions
25
README.md
25
README.md
|
@ -1,5 +1,26 @@
|
||||||
# Dépendances
|
# Informations
|
||||||
|
|
||||||
## Linux
|
Université Paris 8
|
||||||
|
Projet de fin de semestre en C - Blackjack
|
||||||
|
Outils informatiques collaboratifs - Mme. BALMAS Françoise
|
||||||
|
L1Z - Informatique
|
||||||
|
|
||||||
|
# Élèves
|
||||||
|
|
||||||
|
| NOM Prénom | Numéro étudiant |
|
||||||
|
| -----------------------: |:-----------------:|
|
||||||
|
| KENNEL Anri | 20010664 |
|
||||||
|
| MARTINS DA VEIGA Kévin | 20009472 |
|
||||||
|
| NIZET William | 20005517 |
|
||||||
|
| PEREIRA MANFRIN Felipe | 20034559 |
|
||||||
|
|
||||||
|
|
||||||
|
# Autres
|
||||||
|
|
||||||
|
## Dépendances linux
|
||||||
|
|
||||||
Lancez `sudo apt-get install libncurses5-dev libncursesw5-dev` pour installer la librarie curses.h sur Linux.
|
Lancez `sudo apt-get install libncurses5-dev libncursesw5-dev` pour installer la librarie curses.h sur Linux.
|
||||||
|
|
||||||
|
## Lien vers le repo
|
||||||
|
|
||||||
|
https://code.up8.edu/felipepm/blackjack
|
||||||
|
|
12
readme.txt
12
readme.txt
|
@ -1,12 +0,0 @@
|
||||||
Université Paris 8
|
|
||||||
Projet de fin de semestre en C - Blackjack
|
|
||||||
Outils informatiques collaboratifs - Mme. BALMAS Françoise
|
|
||||||
L1Z - Informatique
|
|
||||||
|
|
||||||
NOM | Prénom | Numéro étudiant
|
|
||||||
KENNEL Anri - 20010664
|
|
||||||
MARTINS DA VEIGA Kévin - 20009472
|
|
||||||
NIZET William - 20005517
|
|
||||||
PEREIRA MANFRIN Felipe - 20034559
|
|
||||||
|
|
||||||
Lien vers le repo : https://code.up8.edu/felipepm/blackjack
|
|
Reference in a new issue