Web-Server-In-Fortran/test/check.f90
2025-01-24 10:58:38 +01:00

6 lines
82 B
Fortran

program check
implicit none
print *, "Put some tests in here!"
end program check