1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-06-21 13:32:10 +00:00
No description
Find a file
2022-11-05 20:08:33 +03:00
sources Add a newline to example.c 2022-11-04 21:07:36 +03:00
.editorconfig Add editorconfig, will fill later, test commit 2022-11-05 20:08:33 +03:00
.editorgconfig Add editorconfig and gitattributes 2022-11-02 23:01:50 +03:00
.gitattributes Add editorconfig and gitattributes 2022-11-02 23:01:50 +03:00
.gitignore Make the interactive runner 2022-11-03 19:53:46 +03:00
LICENSE Initial commit 2022-11-02 22:35:35 +03:00
README.md Better readme 2022-11-04 21:12:58 +03:00
run Make the interactive runner 2022-11-03 19:53:46 +03:00
run.bat Make the interactive runner 2022-11-03 19:53:46 +03:00
run.py Do some renaming and spacing to the new run script 2022-11-04 20:50:24 +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

OK, now you have the code on your machine. You can use the interactive code runner script to run the code

Running

Linux

./run

Windows

run.bat