From 2a65c115bdd689add690f6ef64c00c9c51e3da08 Mon Sep 17 00:00:00 2001 From: Adolphe Timba Date: Sun, 1 May 2022 13:21:26 +0100 Subject: [PATCH 1/2] Added two02.c file --- two02.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 two02.c diff --git a/two02.c b/two02.c new file mode 100644 index 00000000..e69de29b From d6ded6f2c8f5d34da3b99fbc3e575d164fcb57ce Mon Sep 17 00:00:00 2001 From: Adolphe Timba Date: Sun, 1 May 2022 13:25:22 +0100 Subject: [PATCH 2/2] Added three comment lines in two02 file --- two02.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/two02.c b/two02.c index e69de29b..80dff1d9 100644 --- a/two02.c +++ b/two02.c @@ -0,0 +1,3 @@ +//Comment 01 +//Comment 02 +//Comment 03