diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..16dc293c82 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2426,4 +2426,9 @@ 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) + +#### Name: [Anshu](https://github.com/codingNightmare22) +- Place: Pune, India +- Bio: Fullstack Web developer Java and Javascript +- Github: [Anshu](https://github.com/codingNightmare22) diff --git a/profiles/Anshu_Sharma b/profiles/Anshu_Sharma new file mode 100644 index 0000000000..8d38f83307 --- /dev/null +++ b/profiles/Anshu_Sharma @@ -0,0 +1,26 @@ +# Anshu Sharma + +### Location + +Pune, Maharastra, India + +### Academics + +Indian Institute of Technology, Mandi + +### Interests + +- Mathematics. + +### Development + +- Restricted Boltzman Machine. +- Support Vector Machine. + +### Projects + +- Agentic AI - A clone of chatgpt + +### Profile Link + +[Anshu Sharma](https://github.com/codingNightmare22) diff --git a/scripts/AnshuHelloWorld.java b/scripts/AnshuHelloWorld.java new file mode 100644 index 0000000000..090a06fb9d --- /dev/null +++ b/scripts/AnshuHelloWorld.java @@ -0,0 +1,13 @@ +/* + LANGUAGE: JAVA + AUTHOR: Anshu Sharma + GITHUB: https://github.com/codingNightmare22 +*/ + +public class AnshuHelloWorld { + + public static void main(String[] args) { + System.out.println("Hello, world!"); + } + +}