Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hr-fahim/fortran-practice-codes
Fortran practice codes for proficiency.
https://github.com/hr-fahim/fortran-practice-codes
fortran
Last synced: 19 days ago
JSON representation
Fortran practice codes for proficiency.
- Host: GitHub
- URL: https://github.com/hr-fahim/fortran-practice-codes
- Owner: HR-Fahim
- License: mit
- Created: 2023-09-19T01:46:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-19T02:05:46.000Z (over 1 year ago)
- Last Synced: 2024-11-14T19:17:41.429Z (3 months ago)
- Topics: fortran
- Language: Fortran
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortran Practice Codes
This repository contains a collection of Fortran practice codes for learning and practicing the Fortran programming language.
****P.S.*** The project was completed under CSE425 (Concepts of Programming Language) course offered by North South University.*
## Getting Started
### Prerequisites
To compile and run the Fortran code in this repository, you need to have a Fortran compiler installed on your system.
### Compiling and Running the Code
1. Clone this repository.
2. Change into the repository directory.
3. Compile the Fortran code using the Fortran compiler.
4. Run the compiled executable.## Code Examples
This repository includes various Fortran code examples covering different topics and concepts. Each code file is self-contained and can be compiled and run individually.
## Contributing
Contributions are welcome! If you find any issues with the code, feel free to open a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [Fortran Programming Language](https://fortran-lang.org/)
- [Free Fortran Compilers](https://fortran-lang.org/compilers/)