#include "cuda_runtime.h" #include "device_launch_parameters.h" #include int main(int argc, char** argv) { printf("Hello World!\n"); return 0; }