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