From 56d4f1730e3dab5b1f9107874c9c5673dd57bc1b Mon Sep 17 00:00:00 2001 From: Ritwika Mahapatra <119119223+Ritwika-14@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:01:48 +0530 Subject: [PATCH 1/3] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d6..d2c030139 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,8 @@ +#### Name: Ritwika + - Place: Kolkata , India + - Bio: Second year Computer Science Student. + - GitHub: [Ritwika-14](https://github.com/Ritwika-14)) + #### Name: Vallenain - Place: Lyon, France - Bio: Software engineer. Graduated from INSA Lyon. @@ -2426,4 +2431,4 @@ Noida #### Name: [Ítalo Epifânio](https://github.com/itepifanio) - Place: Natal, Brazil - Bio: Web developer PHP and Python -- Github: [Ítalo Epifânio](https://github.com/itepifanio) \ No newline at end of file +- Github: [Ítalo Epifânio](https://github.com/itepifanio) From 88c90ce0b9c5ecf37f0182e85511ce41b6741d17 Mon Sep 17 00:00:00 2001 From: Ritwika Mahapatra <119119223+Ritwika-14@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:09:34 +0530 Subject: [PATCH 2/3] Create Ritwika_Mahapatra.md --- profiles/Ritwika_Mahapatra.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Ritwika_Mahapatra.md diff --git a/profiles/Ritwika_Mahapatra.md b/profiles/Ritwika_Mahapatra.md new file mode 100644 index 000000000..349ebd79f --- /dev/null +++ b/profiles/Ritwika_Mahapatra.md @@ -0,0 +1,25 @@ +# Ritwika + +### Location + +Kolkata , India + +### Academics + +-Heritage Institute of Technology + +### Interests + +-I love coding , baking and dancing. + +### Development + +- Inventor of the My weird sleep schedule + +### Projects + +- [My Portfolio](https://github.com/Ritwika-14/My-Designer-s-Portfolio-) hey! this is my designer's portfolio do give a look! + +### Profile Link + +[Ritwika](https://github.com/Ritwika-14) From bd510e220fe5357bc3cc1d610be18d82d0c8d3fc Mon Sep 17 00:00:00 2001 From: Ritwika Mahapatra <119119223+Ritwika-14@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:15:12 +0530 Subject: [PATCH 3/3] Create Hey_Team_Ritwika.java --- Hey_Team_Ritwika.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Hey_Team_Ritwika.java diff --git a/Hey_Team_Ritwika.java b/Hey_Team_Ritwika.java new file mode 100644 index 000000000..925fae281 --- /dev/null +++ b/Hey_Team_Ritwika.java @@ -0,0 +1,11 @@ +/* +Author: Ritwika +Language : Java +Github profile : https://github.com/Ritwika-14 +*/ + +public class Hey_Team{ + public static void main(String[] args){ + System.out.println("Welcome to Alice the Wonderland"); + } +}