waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

hello_inc.f (128B)


      1         program main
      2         include "hello.h"
      3         real bar
      4         t0 = 1
      5         bar = t0
      6         print *,bar
      7         end