This is a code repository for all the major lab codes necessary for CSIT students according to semester in subject-wise format for the course of Tribhuvan University.
Please feel free to update the codes as per needs and contribute to the repository.
git checkout -b <branch-name>
git add .
git commit -m "Add feature"
git push origin <branch-name>
Suyash Shrestha