From 8056d8cca9d38b3df34a4a65caed89e23c26d82f Mon Sep 17 00:00:00 2001 From: SUVAM DAS Date: Fri, 25 Oct 2024 11:54:07 +0530 Subject: [PATCH 1/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..faf02c1b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,10 @@ +#### Name: [Suvam Das](https://github.com/vamus092) + +- Place: Kolkata, West Bengal +- Bio: Fullstack Developer | Java | Web Dev +- GitHub: [Suvam Das](https://github.com/vamus092) + + #### Name: [3mYouOL](https://github.com/3mYouOL) - Place: Iloilo, Philippines From 425466b822f3a6777c219f1e1a017c022df880b9 Mon Sep 17 00:00:00 2001 From: SUVAM DAS Date: Fri, 25 Oct 2024 11:57:14 +0530 Subject: [PATCH 2/4] Create Suvam Das.md --- profiles/Suvam Das.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 profiles/Suvam Das.md diff --git a/profiles/Suvam Das.md b/profiles/Suvam Das.md new file mode 100644 index 000000000..33cd6f3e7 --- /dev/null +++ b/profiles/Suvam Das.md @@ -0,0 +1,32 @@ + +# Suvam Das + +### Location + +Indore, INDIA + +### Academics + +- Persuing B.Tech. ECE + +### Interests + +- Full stack DEveloper +- Web DEsigning +- Chess +- Hitting Gym +- DSA + +### Skills + +- HTML +- JavaScript +- CSS +- JAVA +- C++ +- Rust + + +### Profile Link + +[Suvam Das]((https://github.com/vamus092) From 8bc449ba25e9e83486279e41d86751fdf0d96103 Mon Sep 17 00:00:00 2001 From: SUVAM DAS Date: Fri, 25 Oct 2024 12:00:01 +0530 Subject: [PATCH 3/4] Create HELLO WORLD SUVAM.java --- scripts/HELLO WORLD SUVAM.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/HELLO WORLD SUVAM.java diff --git a/scripts/HELLO WORLD SUVAM.java b/scripts/HELLO WORLD SUVAM.java new file mode 100644 index 000000000..e7052c9ba --- /dev/null +++ b/scripts/HELLO WORLD SUVAM.java @@ -0,0 +1,7 @@ +class helloWOrld +{ + public static void main(String args[]) + { + System.out.println("HELLO WORLD!!"); + } +} From 1d88f6a710b8d465d68dd38bd3840d288b748209 Mon Sep 17 00:00:00 2001 From: SUVAM DAS Date: Fri, 25 Oct 2024 13:10:44 +0530 Subject: [PATCH 4/4] Update HELLO WORLD SUVAM.java --- scripts/HELLO WORLD SUVAM.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/HELLO WORLD SUVAM.java b/scripts/HELLO WORLD SUVAM.java index e7052c9ba..73cc17908 100644 --- a/scripts/HELLO WORLD SUVAM.java +++ b/scripts/HELLO WORLD SUVAM.java @@ -1,3 +1,11 @@ +// LANGUAGE: Java +// AUTHOR: Suvam Das +// GITHUB: https://github.com/vamus092 + +// This Hello World uses Java Objects and Classes. + + + class helloWOrld { public static void main(String args[])