https://github.com/csvancea/cpl-hw-0
https://github.com/csvancea/cpl-hw-0
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csvancea/cpl-hw-0
- Owner: csvancea
- Created: 2021-10-24T14:16:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T18:14:27.000Z (over 4 years ago)
- Last Synced: 2025-03-12T12:27:55.147Z (over 1 year ago)
- Language: Cool
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Place the checker script in a folder within the homework folder.
The minimum python version that is required for the checker script to work is Python 3.7.
This is how the folder structure should look:
.
├── checker
│ ├── checker.py
│ ├── README
│ ├── refs
│ │ ├── filterBy_1.txt
│ │ │ ...
│ │ └── sortBy_6.txt
| |── sources
| | |── list.cl
| | |── main.cl
| | |── things.cl
| | |── util.cl
│ └── tests
│ | ├── filterBy_1.txt
│ | │ ...
│ | └── sortBy_6.txt
| ├── cool