From dcc36bc318a70af3b1be54cd5c8a7cca6da3178c Mon Sep 17 00:00:00 2001 From: NakulTyagi Date: Wed, 9 Oct 2019 17:05:59 +0530 Subject: [PATCH 1/3] My first commit --- testing.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing.java diff --git a/testing.java b/testing.java new file mode 100644 index 0000000..f1b87ba --- /dev/null +++ b/testing.java @@ -0,0 +1,9 @@ + +public class testing { + + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +} From c9ed890786f924061c6f087a37b46e0393c0a508 Mon Sep 17 00:00:00 2001 From: NakulTyagi Date: Wed, 9 Oct 2019 17:39:13 +0530 Subject: [PATCH 2/3] second commit --- testing.java => nakul.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testing.java => nakul.java (100%) diff --git a/testing.java b/nakul.java similarity index 100% rename from testing.java rename to nakul.java From f8ef9351f8b73c2d1a600a9a5c52093e2ade04d2 Mon Sep 17 00:00:00 2001 From: Harshit Tyagi Date: Wed, 23 Oct 2019 10:46:03 +0530 Subject: [PATCH 3/3] python file --- myexample.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 myexample.py diff --git a/myexample.py b/myexample.py new file mode 100644 index 0000000..00950d9 --- /dev/null +++ b/myexample.py @@ -0,0 +1 @@ +print('hello world') \ No newline at end of file