diff --git a/index.html b/index.html
index fbe6a9b..e07d25d 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,12 @@
Tan
+
+
I am a pH-developers
+
Anvesh Jain COE
+
My profile is: github.com/Anvesh0110
+
+
diff --git a/java-problems/print.java b/java-problems/print.java
index 384f015..6d0afa0 100644
--- a/java-problems/print.java
+++ b/java-problems/print.java
@@ -1,5 +1,7 @@
-class print{
- public static void main(String args[]){
- System.out.println("Welcome to PrintHello"\n"How you all doing?");
+class print
+{
+ public static void main(String args[])
+ {
+ System.out.println("Welcome to PrintHello"+"\n"+"How you all doing?");
}
}
\ No newline at end of file