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 + +___ + + + 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"<