diff --git a/README.md b/README.md index 0c33bda..54452b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # programs Different simple problems I worked on and studies I have done +add some neccesary java code to this repo. diff --git a/Welcome.class b/Welcome.class index c9bec06..679cdb6 100644 Binary files a/Welcome.class and b/Welcome.class differ diff --git a/Welcome.java b/Welcome.java index e3bd9db..284f05c 100644 --- a/Welcome.java +++ b/Welcome.java @@ -1,8 +1,5 @@ -import java.io.*; -class Welcome -{ - public static void main(String args[]) - { +class Welcome { + public static void main(String args[]) { System.out.println("Welcome to java Programming!!\n"); - } -} \ No newline at end of file + } +}