program main
    print *, "Hello world!"
end program main
Output
(Run the program to view its output)