mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-26 05:27:46 +00:00
35 lines
600 B
Markdown
35 lines
600 B
Markdown
# CSAssignments
|
|
|
|
CS assignments from school, may or may not include assignments from other people.
|
|
|
|
## Downloading
|
|
|
|
Firstly, you need to clone this repo to your machine:
|
|
|
|
```bash
|
|
git clone https://github.com/RGBCube/CSAssignments
|
|
cd CSAssignments
|
|
```
|
|
|
|
Now you have the code on your machine. You can use the interactive code runner script to run the
|
|
code.
|
|
|
|
## Running
|
|
|
|
### Prerequisites
|
|
|
|
You need *at least* CPython 3.10 to run the interactive code runner script.
|
|
|
|
You can download it from [here](https://www.python.org/downloads/).
|
|
|
|
### Linux
|
|
|
|
```bash
|
|
./run.sh
|
|
```
|
|
|
|
### Windows
|
|
|
|
```bat
|
|
.\run.bat
|
|
```
|