From b1c8f6956e1629e71ae37170b9d6abdf9fcd7f41 Mon Sep 17 00:00:00 2001 From: Arith Date: Tue, 4 Oct 2022 19:08:45 +0530 Subject: [PATCH] Updated Profiles folder and added hello-world.java --- Languages/Java/hello-world-program.java | 8 ++++++++ Profiles/Arith.md | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Languages/Java/hello-world-program.java create mode 100644 Profiles/Arith.md diff --git a/Languages/Java/hello-world-program.java b/Languages/Java/hello-world-program.java new file mode 100644 index 00000000..879497a4 --- /dev/null +++ b/Languages/Java/hello-world-program.java @@ -0,0 +1,8 @@ +package com.company; + +public class Main { + + public static void main(String[] args) { + System.out.println("Hello World"); + } +} diff --git a/Profiles/Arith.md b/Profiles/Arith.md new file mode 100644 index 00000000..49b10fc7 --- /dev/null +++ b/Profiles/Arith.md @@ -0,0 +1,12 @@ +Arith Das + +Academics : +Indian Institute of Technology - BHU (Varanasi). + +Interests : +Playing Table Tennis. +Watching Cricket. +Reading Novels. + +Profile Link : +[Arith] (https://github.com/Arith4) \ No newline at end of file