waf/demos/fortran/src/hello_inc.f

8 lines
128 B
FortranFixed
Raw Normal View History

2011-09-10 11:13:51 +02:00
program main
include "hello.h"
real bar
t0 = 1
bar = t0
print *,bar
end