mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-05-14 04:24:58 +00:00
No description
interactive_runner | ||
sources | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
run.bat | ||
run.sh |
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:
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.
Linux
./run.sh
Windows
.\run.bat