This repository contains a collection of Elixir programs and scripts. The programs and scripts are licensed under the GNU General Public License version 3 (GPLv3). Please see the LICENSE file for more details.
To install and use these Elixir programs and scripts, you'll need to have Elixir and Erlang installed on your system. You can download and install Elixir from the official Elixir website at https://elixir-lang.org/install.html.
Once you have Elixir and Erlang installed, you can clone this repository to your local machine using the following command:
git clone https://github.com/Eggy115/Elixir.git
After cloning the repository, you can navigate to the directory containing the Elixir programs and scripts and run them using the elixir
command. For example:
cd elixir
elixir program.exs
You can also compile the Elixir programs into executable files using the elixirc
compiler. For more information on how to use Elixir, please refer to the official Elixir documentation at https://elixir-lang.org/docs.html.
Contributions are welcome! If you would like to contribute to this repository, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request to this repository.
Please ensure that your contributions adhere to the Elixir's code of conduct and the GPLv3 license.
This repository is licensed under the GNU General Public License version 3 (GPLv3). Please see the LICENSE file for more details.