From d3e17ca1d5301253aea6896caa857d9e38f4e923 Mon Sep 17 00:00:00 2001 From: LokeshBachu Date: Sat, 19 May 2018 22:41:54 +0530 Subject: [PATCH] initial commit --- Test/src/com/test/Test.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Test/src/com/test/Test.java diff --git a/Test/src/com/test/Test.java b/Test/src/com/test/Test.java new file mode 100644 index 0000000..8de9d16 --- /dev/null +++ b/Test/src/com/test/Test.java @@ -0,0 +1,9 @@ +package com.test; +public class Test { + + public static void main(String[] args) { + // TODO Auto-generated method stub +System.out.println("hello"); + } + +}