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"); + } +}