Commit 9b461356 authored by karan-saroya's avatar karan-saroya

Initial commit

parent df817ff6
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path=""/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path=""/>
</classpath> </classpath>
public class Stock { public class StockMarket {
public static void main(String[] args) public static void main(String[] args)
{ {
System.out.println("Hello"); System.out.println("Here");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment