<Example Program>
PROGRAM program_example
Print *, 'Hello Example'
End Program program_example
Execution Results
Hello Example