blob: ce14c4c397883715ffd695feecb7cf5dda118bdd [file] [log] [blame] [edit]
program hello
write(*,*), "Hello world!"
end program hello