1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-25 13:07:46 +00:00
CSAssignments/README.md
2023-03-18 12:15:20 +03:00

600 B

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