6 lines
82 B
Fortran
6 lines
82 B
Fortran
program check
|
|
implicit none
|
|
|
|
print *, "Put some tests in here!"
|
|
end program check
|