This is an example Fortran project used in Daytona.
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/daytonaio/sample-fortran
- Start the Application:
cd src gfortran hello.f90 -o hello ./hello
standardized development environment with devcontainers
console application