For this example, we'll start with an empty project that generates an executable. Within the Start tab, select Command-line Program located under "New Projects." Using projects is advisable because it allowes users to organize code and maintain project-specific settings.
Once clicked, a file dialog will open requesting a location to save the project file. This file only contains references to your code, and it is not Fortran source code. Choose a sensible location and name, and click the Save button.