main.cpp 91 B

12345678
  1. #include<iostream>
  2. int do_cuda_stuff(void);
  3. int main(void) {
  4. return do_cuda_stuff();
  5. }