From 195a35867f411a61e3f19ce271c4b91ccae4ae86 Mon Sep 17 00:00:00 2001 From: tusharGupta00 Date: Mon, 28 Oct 2019 11:19:30 +0530 Subject: [PATCH] initial tushar commit --- recovery.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recovery.txt diff --git a/recovery.txt b/recovery.txt new file mode 100644 index 0000000..266f2ac --- /dev/null +++ b/recovery.txt @@ -0,0 +1,7 @@ +#include +#include +void main() +{ +pwd=cout<<"Hey, Iam new to progamming"; +getch(); +}