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