waf

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

main.cpp (95B)


      1 // Thomas Nagy, 2011
      2 
      3 #include <QApplication>
      4 
      5 int main(int argc, char *argv[])
      6 {
      7 	return 0;
      8 }