1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-26 13:37:44 +00:00

Make the interactive runner

This commit is contained in:
RGBCube 2022-11-03 19:53:46 +03:00
parent 4a364a6981
commit 1080941194
20 changed files with 322 additions and 1 deletions

View file

@ -1,2 +1,27 @@
# CSAssignments
CS assignments from school, may or may not include assignments from other people
# Running
Firstly, you need to clone this repo to your machine:
```bash
git clone https://github.com/RGBCube/CSAssignments
cd CSAssignments
```
OK, now you have the code on your machine. You can use the interactive code runner script to run the
code:
Linux:
```bash
./run
```
Windows:
```bat
run.bat
```