Skip to content

Commit e62b847

Browse files
docs(scripting): changed allowed languages to Rust only
1 parent 3c07f98 commit e62b847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subjects/0-shell/scripting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ myfunc() {
3030

3131
- You have to create your own script.
3232
- The `0-shell` must be able to read and execute scripts.
33-
- 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**.
33+
- The project has to be written in **Rust**.
3434
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
3535

3636
This project will help you learn about:

0 commit comments

Comments
 (0)