Skip to content
Snippets Groups Projects
Unverified Commit 328275d8 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added newline at eof

parent a7dd90ca
No related branches found
No related tags found
No related merge requests found
......@@ -506,4 +506,5 @@ int main() {
return EXIT_SUCCESS;
}
```
\ No newline at end of file
```
......@@ -311,3 +311,4 @@ $ echo $?
$ if [ $? -eq 0 ]; then echo "OK" ; else echo "ERROR"; fi
ERROR # si tout s'est mal passé
```
......@@ -356,3 +356,4 @@ rebuild: clean hello
- `$^` : la liste des dépendances
- `$<` : la première dépendance
- `$*` : le nom de la cible sans extension
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment