implémentation de Tsock par Abderrahman et Nathan
Find a file
2023-02-07 13:34:54 +01:00
.gitignore added gitignore for executable 2023-02-07 13:31:22 +01:00
LICENSE Initial commit 2023-02-07 12:37:42 +01:00
README.md juste un test pour apprendre git etud 2023-02-07 13:25:34 +02:00
tsock_v0.c Merge branch 'master' of https://git.etud.insa-toulouse.fr/nbillard/tsock_Abderrahman_Nathan 2023-02-07 13:31:09 +02:00

tsock_Abderrahman_Nathan

implémentation de Tsock par Abderrahman et Nathan

To compile

gcc -Wall tsock_v0.c

To get the files

git clone https://git.etud.insa-toulouse.fr/nbillard/tsock_Abderrahman_Nathan.git

download updates

git pull

upload updates git

git add .
git commit -m "meaningfull message"
git push