waf

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

main.cpp (78B)


      1 #include <stdio.h>
      2 
      3 #include "test.h"
      4 
      5 int main()
      6 {
      7 	testcuda();
      8 	return 0;
      9 }