Skip to content

Commit

Permalink
I actualy uploaded it this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe authored and Joe committed Feb 3, 2017
1 parent bc39f96 commit e2d18c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Main/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package Main;

/**
* Just made this stuff to make sure Eclipse and GitHub are working correctly!!!!
*/

public class Main
{
public static void main(String[] args)
{
System.out.println("Hello");
}
}

0 comments on commit e2d18c4

Please sign in to comment.