Fixed a typo

This commit is contained in:
zoevig 2021-03-18 12:14:05 +00:00 committed by GitHub
parent 8984b070ac
commit a98f997bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For this project you will only have to create a simple `Unix shell` where you ca
- mkdir
- exit
- You must manage the program interruption `Ctrl + D`.
- The project has to be written in a compiled language like (C, Rust, Go or other), **interpreted languages like (Perl and others) are not allowed**.
- The project has to be written in a compiled language (like C, Rust, Go or other), **interpreted languages like (Perl and others) are not allowed**.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
This project will help you learn about: