CudaSteps/capter2/hello.cpp

9 lines
113 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "msvc: hello world!" << endl;
return 0;
}