6 lines
84 B
Fortran
6 lines
84 B
Fortran
program hello
|
|
! this is comment line
|
|
|
|
print *, "hello world!"
|
|
end program hello
|