waf/playground/cuda/main.cpp

10 lines
78 B
C++

#include <stdio.h>
#include "test.h"
int main()
{
testcuda();
return 0;
}