Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe authored and Joe committed Feb 4, 2017
1 parent 5e729c1 commit 9b13939
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

public class Main
{
/**
* Main Method
* @param args
*/
public static void main(String[] args)
{
System.out.println("Hello");
System.out.print("Hello");
String s = " World!";
}


public void sampleMethod()
{

}

}

0 comments on commit 9b13939

Please sign in to comment.