mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 05:52:00 +02:00
3 lines
71 B
Fortran
3 lines
71 B
Fortran
program helloworld
|
|
print *, "Hello world!"
|
|
end program helloworld
|