blob: 8d0d2f4a4070c6d80955418fd6efcbe2378c5830 [file] [log] [blame]
program program
implicit none
! Don't forget about comments
! That would be bad
print *, "Hello" !<<<<<START !<<<<<END
stop
end program program