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