From b53a3095ceb1bef5f1d1f272a633aa92ca9f259d Mon Sep 17 00:00:00 2001 From: jkekoamartin Date: Thu, 10 Nov 2016 13:24:35 -0500 Subject: [PATCH] Add code to project I've added "code" to this project -- time to submit a pull request and merge this totally correct code into the master branch of the project! --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a91ca3..ee2313e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # hackEmory -demo repository to teach members GitHub +/*demo repository to teach members GitHub +Take note of this new line and the code that follows:*/ + +public clas HelloWorld { + public statc void main(String[] args) { + // Prints "Hello, World" to the terminal window. + System.out.println("Hello, Whirled"); + } +}