waf/demos/fortran/hello.f

4 lines
66 B
Fortran

program main
print *, 'hello'
end