From 9e39a29d8bb8fdb430560477f925b967a2701a83 Mon Sep 17 00:00:00 2001 From: Kusal Hasintha Kithmal Kahaduwa Date: Tue, 24 Oct 2017 19:53:53 +0530 Subject: [PATCH] Changed --- 1. Helloworld/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/1. Helloworld/README.md b/1. Helloworld/README.md index 5a194ea..93b5640 100644 --- a/1. Helloworld/README.md +++ b/1. Helloworld/README.md @@ -1 +1,6 @@ -# Please explain how to write an Java helloworld programm +public class HelloWorld { + + public static void main(String[] args) { + System.out.println("Hello World"); + } +}