diff --git a/fortran setup/main.f95 b/fortran setup/main.f95 new file mode 100644 index 0000000..1be38f6 --- /dev/null +++ b/fortran setup/main.f95 @@ -0,0 +1,4 @@ +program main + implicit none + write(*,*) "Hello world!" +end program main