From 61ef1e1ed4ab59f89b960d6557692b3e5aab8034 Mon Sep 17 00:00:00 2001 From: shivam4955 <33159707+shivam4955@users.noreply.github.com> Date: Sun, 14 Oct 2018 02:00:28 +0530 Subject: [PATCH] Create hello.md --- hello.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello.md diff --git a/hello.md b/hello.md new file mode 100644 index 00000000..f2a5efc5 --- /dev/null +++ b/hello.md @@ -0,0 +1,9 @@ +# Python +print("Hello World!") + +# Java +public class Main { + public static void main(String args[]) { + System.out.println("Hello World!"); + } +}