waf

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

program.vala (80B)


      1 public static void main ()
      2 {
      3   WafDemo.MyObj variable = new WafDemo.MyObj ();
      4 }