1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-05-14 04:24:58 +00:00
No description
Find a file
2023-03-18 12:15:20 +03:00
interactive_runner Finish command checking & Reformat 2022-11-09 19:32:35 +03:00
sources Fix invalid fields 2022-11-09 19:03:32 +03:00
.gitignore Ignore fleet dir 2022-11-05 20:09:27 +03:00
LICENSE.md Update and rename LICENSE to LICENSE.md 2022-12-08 18:23:13 +03:00
README.md Chore: Rename repo 2023-03-18 12:15:20 +03:00
run.bat Use Out-Null 2022-11-09 19:19:38 +03:00
run.sh Make 3.10 also work 2022-11-09 19:15:34 +03:00

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