Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions Task1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

___




7 changes: 7 additions & 0 deletions Task2/HelloWorlds/hello.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <bits/stdc++.h>
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
}