Compare commits
3 commits
65af2c8341
...
6c51a6cb10
Author | SHA1 | Date | |
---|---|---|---|
6c51a6cb10 | |||
40a6fe5e27 | |||
38101b6d49 |
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ git pull
|
|||
```
|
||||
|
||||
upload updates
|
||||
|
||||
git
|
||||
``` sh
|
||||
git add .
|
||||
git commit -m "meaningfull message"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*test */
|
||||
/* librairie standard ... */
|
||||
#include <stdlib.h>
|
||||
/* pour getopt */
|
||||
|
|
Loading…
Reference in a new issue