diff --git a/HelloWorld.class b/HelloWorld.class new file mode 100644 index 0000000..760457a Binary files /dev/null and b/HelloWorld.class differ diff --git a/HelloWorld.java b/HelloWorld.java index 33f48cb..80a0f3e 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,6 +1,6 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("This is Md. Mutarrif"); + System.out.println("This is Md. Farhad Pathan"); } }