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

6 lines
82 B
Fortran
Raw Normal View History

2023-09-17 15:34:49 -04:00
program check
implicit none
print *, "Put some tests in here!"
end program check