This is a code archive for college submissions.
$ git clone https://github.com/shivanishimpi/academicNotes.git
$ cd academicNotes
- To run python files
$ python3 <fileName>.py
- To run shell files
$ chmod +x <fileName>.sh
$ ./<fileName>.sh
Since the programs are interactive, they will guide you further.
- Please create a pull request so the main code is still up and running
$ git add .
$ git commit -m "<set-your-commit>"
$ git branch -M <branch-name>
$ git push -u origin <branch-name>
- For more features or in case of any bugs, raise an issue.