Files
OpenBMC/poky/meta-selftest/recipes-test/fortran/files/hello.f95
T

6 lines
75 B
Fortran
Raw Normal View History

2026-04-23 17:07:55 +08:00
program helloworld
print * , "Hello World!"
end program helloworld