exercism/fortran

Name: fortran

Owner: exercism

Description: Exercism exercises in Fortran.

Created: 2017-05-29 21:20:00.0

Updated: 2018-04-19 12:55:11.0

Pushed: 2018-02-04 21:16:29.0

Homepage: http://exercism.io/languages/fortran

Size: 37

Language: Standard ML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Exercism Fortran Track

Build Status

Exercism exercises in Fortran.

Setup

The simplest way to install Fortran is …

Contributing

Thank you so much for contributing! :tada:

Please read about how to get involved in a track. Be sure to read the Exercism Code of Conduct.

We welcome pull requests of all kinds. No contribution is too small.

We encourage contributions that provide fixes and improvements to existing exercises. Please note that this track's exercises must conform to the standards determined in the exercism/x-common repo. Changes to the tests or documentation of a common exercise will often warrant a PR in that repo before it can be incorporated into this track's exercises. If you're unsure, then go ahead and open a GitHub issue, and we'll discuss the change.

Exercise Tests

At the most basic level, Exercism is all about the tests. They drive the user's implementation forward and tell them when the exercise is complete.

The utmost care and attention should be used when adding or making changes to the tests for an exercise. When implementing an exercise test suite, we want to provide a good user experience for the people writing a solution to the exercise. People should not be confused or overwhelmed.

We simulate Test-Driven Development (TDD) by implementing the tests in order of increasing complexity. We try to ensure that each test either

Test files should use the following format:

clude the body of an example test
Submitting a Pull Request

Please keep the following in mind:

Contributing a New Exercise

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.