Skip to content

Commit

Permalink
Merge pull request YearOfProgramming#428 from JakeBash/master reviewe…
Browse files Browse the repository at this point in the history
…d by slandau

[Java] Challenge 0 (reviewed and merged)
  • Loading branch information
Steven Landau authored Jan 18, 2017
2 parents f2c3ffb + 9a62d0e commit 46b276d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions challenge_0/java/JakeBash/Challenge_0.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* This class holds the code needed to meet the requirements for Challenge 0 of
* the 2017 Year of Programming.
*
* @author Jake Bashaw
*/
public class Challenge_0
{
/**
* Prints "Hello World" for the user to view
*/
public static void main(String args[])
{
System.out.println("Hello World!");
}
}

0 comments on commit 46b276d

Please sign in to comment.