From a5072d5420fb9bd7ee1f1e2344af26fb4f1ce23d Mon Sep 17 00:00:00 2001 From: ISHIKA Date: Sat, 26 Oct 2019 19:37:27 +0530 Subject: [PATCH 1/2] change name --- Task1/README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/Task1/README.md b/Task1/README.md index fe5506a..fc37acc 100644 --- a/Task1/README.md +++ b/Task1/README.md @@ -39,4 +39,46 @@ Add below your information according to the template provided ___ +# Task 1 + +### Instructions: + +Add below your information according to the template provided + +### Template + +**Name: ISHIKA** + +**Stream:** + +**Current Interests:** + +**Favourite** + +- **TV Shows:** +- **Movies:** +- **Anime:** +- **Books:** + +**Link to Repo of Task0:** + +# Participants + +**Name**: Anant Verma + +**Stream**: CS + +**Current Interests**: Backend, Competitive Programming + +**Favourite**: + +- TV Show: Doctor Who +- Movies: Inception, Interstellar +- Anime: Detective Conan, Haikyuu +- Books: Harry Potter, Artemis Fowl + +___ + + + From 5f35fc00059331b511a8a99adf916510ff4c56c7 Mon Sep 17 00:00:00 2001 From: ishikagupta1919 Date: Tue, 29 Jun 2021 05:44:37 +0530 Subject: [PATCH 2/2] added hello world program --- Task2/HelloWorlds/hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Task2/HelloWorlds/hello.cpp b/Task2/HelloWorlds/hello.cpp index e69de29..b0b6195 100644 --- a/Task2/HelloWorlds/hello.cpp +++ b/Task2/HelloWorlds/hello.cpp @@ -0,0 +1,7 @@ +#include +#include +using namespace std; +int main() +{ + cout<<"Hello World"<