diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..7c5ddad74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2343,7 +2343,7 @@ - Place: Sydney, NSW, Australia - Bio: Data engineer -- GitHub: [victorhpinheiro](https://github.com/victorhpinheiro)) +- GitHub: [victorhpinheiro](https://github.com/victorhpinheiro) #### Name: [Vijay Adhikari](https://github.com/17vijay2002) @@ -2850,3 +2850,8 @@ - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) +#### Name: [Mohamed ibourki](https://github.com/mohamedibourki) + +- Place: Tangier, Morocco +- Bio: Student in CS field, always looking for new opportunities to learn and grow. +- GitHub: [mohamedibourki](https://github.com/mohamedibourki) diff --git a/scripts/hello_world_mohamedibourki.ts b/scripts/hello_world_mohamedibourki.ts new file mode 100644 index 000000000..ddc61095c --- /dev/null +++ b/scripts/hello_world_mohamedibourki.ts @@ -0,0 +1,6 @@ +// LANGUAGE: TypeScript +// ENV: Node.js +// AUTHOR: Mohamed Ibourki +// GITHUB: https://github.com/mohamedibourki + +console.log("Hello World"); \ No newline at end of file