waf

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

main.d (97B)


      1 module main;
      2 import extra;
      3 import std.stdio;
      4 
      5 int main()
      6 {
      7 	writefln("%s", abc());
      8 	return 0;
      9 }
     10