Browse Source

Fixed a typo

content-update
zoevig 3 years ago committed by GitHub
parent
commit
fb9d1c5403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/0-shell/README.md

2
subjects/0-shell/README.md

@ -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:

Loading…
Cancel
Save