aboutsummaryrefslogtreecommitdiff
path: root/hello_world/app/main.f90
blob: d16022bcc8c1bcd7b4e69e339a92585a40a62848 (plain)
1
2
3
program hello_world
    print *, "Hello, World!"
end program hello_world