From fc187c23758fa6d01ff5d9604e7d5acd9aea336c Mon Sep 17 00:00:00 2001 From: Anvesh0110 Date: Thu, 3 Oct 2019 19:00:02 +0530 Subject: [PATCH 1/2] I am new to git hub --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) 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

+
+
From 88211b8cc5466de09cf86408f996aa73f39df646 Mon Sep 17 00:00:00 2001 From: Anvesh0110 Date: Sat, 5 Oct 2019 02:16:08 +0530 Subject: [PATCH 2/2] I am learning Github --- java-problems/print.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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