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:
parent
4a364a6981
commit
1080941194
20 changed files with 322 additions and 1 deletions
25
README.md
25
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue