An open API service indexing awesome lists of open source software.

https://github.com/eggy115/fortran

Fortran
https://github.com/eggy115/fortran

fortran

Last synced: 4 months ago
JSON representation

Fortran

Awesome Lists containing this project

README

        

# Fortran

[![GPL-3.0 License](https://img.shields.io/badge/license-GPL--3.0-blue)](https://github.com/Eggy115/Fortran/blob/main/LICENSE)

This repository contains Fortran programs and scripts for . All programs are released under the GPL-3.0 license.

## Installation

1. Clone the repository:

```
git clone https://github.com/Eggy115/Fortran.git
```

2. Compile the Fortran programs:

```
cd Fortran
make
```

3. Run the programs:

```
./
```

## Usage

To use the programs, simply run the executables generated after compilation.

## Contributing

Contributions are welcome! Please fork the repository and create a pull request.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.