aboutsummaryrefslogtreecommitdiff
path: root/main.cu
diff options
context:
space:
mode:
Diffstat (limited to 'main.cu')
-rw-r--r--main.cu1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cu b/main.cu
index 8fbfc65..95d3da0 100644
--- a/main.cu
+++ b/main.cu
@@ -1,6 +1,5 @@
#include <iostream>
int main() {
- std::cout << "Hello, World!" << std::endl;
return 0;
}