mmo-project/fortran/client/test/check.f90

6 lines
82 B
Fortran

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