diff --git a/Contributors.md b/Contributors.md index defdfea..9decb8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,3 +214,4 @@ - [sunlianyu](https://github.com/7y-9) - [Sumit Sharma](https://github.com/sumit-sharma-02) - [Debmalya Sen](https://github.com/debmalya37) +- [Rudra Ranjan Mohanty](https://github.com/Rudra113) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..55c57ac 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2622,7 +2622,7 @@ const contributors = [ github: "https://github.com/s-shemmee", gender: "Female", }, - { + { name: "Satvik Manchanda", branch: "B.Tech Computer Science and Engineering", college: "SRM University", @@ -2679,7 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", - } + }, { + name: "Rudra Ranjan Mohanty", + branch: "Science", + college: "CBSH", + year: 2025, + linkedin: "https://www.instagram.com/ru__d__ra__071/?hl=en", + github: "https://github.com/Rudra113", + gender: "Male", +} ); export default contributors;