CSIT Labs
Last updated
Last updated
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.
Fork the repository.
Create your feature branch: git checkout -b <branch-name>
Add changes: git add .
Commit changes: git commit -m "Add feature"
Push to the branch: git push origin <branch-name>
Create a Pull Request.
Suyash Shrestha