Welcome to my Red programs and scripts repository! Here, you'll find a collection of Red programs and scripts.
To use these programs and scripts, you'll need to have Red installed on your system. If you don't already have it, you can download it from the official Red website.
To use any of the programs or scripts in this repository, simply clone the repository to your local machine using the command:
git clone https://github.com/Eggy115/Red.git
Once you've cloned the repository, navigate to the relevant folder and run the program or script using the following command:
red program.red
The Red compiler will compile your program and generate an executable file with the same name as your program. You can run the executable file by typing ./program
in the terminal or command prompt.
If you'd like to contribute to this repository, feel free to submit a pull request. Before submitting a pull request, please ensure that your code is well-documented and adheres to the Contributing.
This repository is licensed under the GPL v3 license. Feel free to use and modify the code as you wish, but please ensure that any modifications you make are also released under the GPL v3 license.