├── README.md
├── src
│ ├── C++
├── Exercise1.cpp
└── Exercise2.cpp
│ └── Python
├── Exercise1.py
└── Exercise2.py
└── Input.txt
└── lib
├── runner.py
│ └── Bash
├── Exercise1.sh
└── Exercise2.sh
aneesh404/Open-ForBC-Evaluation
Repository containing code pertaining the evaluation task assigned by Open-ForBC for GSoC'21
C++