Skip to content

Commit

Permalink
Added java project
Browse files Browse the repository at this point in the history
  • Loading branch information
DanFaria committed Feb 25, 2019
1 parent 9473a39 commit e07c1de
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GOSemanticSimilarity</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
10 changes: 10 additions & 0 deletions src/main/GOSemanticSimilarity.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main;

public class GOSemanticSimilarity
{
public static void main(String[] args)
{
// TODO Auto-generated method stub

}
}

0 comments on commit e07c1de

Please sign in to comment.