https://github.com/wantguns/cs_assignments
CSE I8 Assignments Thapar
https://github.com/wantguns/cs_assignments
Last synced: 3 months ago
JSON representation
CSE I8 Assignments Thapar
- Host: GitHub
- URL: https://github.com/wantguns/cs_assignments
- Owner: wantguns
- License: gpl-3.0
- Created: 2019-08-20T05:32:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T04:12:47.000Z (over 5 years ago)
- Last Synced: 2025-01-26T20:09:35.006Z (4 months ago)
- Language: C
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Solutions to UTA017 lab course in Thapar Institute, Patiala
Click [here](https://sites.google.com/prod/view/uta-017/lab-assignments) for the questions.#### Cloning this repo
```shell
$ mkdir "youralias" && cd "youralias"
$ git clone https://github.com/WantGuns/cs_assignments.git -b master
```