https://github.com/eggy115/fortran
Fortran
https://github.com/eggy115/fortran
fortran
Last synced: 4 months ago
JSON representation
Fortran
- Host: GitHub
- URL: https://github.com/eggy115/fortran
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-04-02T16:00:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T11:49:08.000Z (about 2 years ago)
- Last Synced: 2025-01-17T16:13:46.360Z (5 months ago)
- Topics: fortran
- Language: Fortran
- Homepage: https://github.com/Eggy115/Fortran
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Fortran
[](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:
```
./
```
## UsageTo 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.