tsock_Abderrahman_Nathan/README.md

29 řádky
362 B
Markdown

# tsock_Abderrahman_Nathan
implémentation de Tsock par Abderrahman et Nathan
To compile
``` sh
gcc -Wall tsock_v0.c
```
To get the files
``` sh
git clone https://git.etud.insa-toulouse.fr/nbillard/tsock_Abderrahman_Nathan.git
```
download updates
``` sh
git pull
```
upload updates
git
``` sh
git add .
git commit -m "meaningfull message"
git push
```