aboutsummaryrefslogtreecommitdiff
path: root/main.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-05 16:34:40 +0800
committerKunoiSayami <[email protected]>2021-11-05 16:34:40 +0800
commit01769e17e318deab2b9ffc2fc49464e50f865c15 (patch)
tree557b63d116989f151f058af912a21b47779d5d99 /main.cu
parent5bf90aa4e7e5b6127352a494782346caf69386b7 (diff)
chore: Refactor struct
Signed-off-by: KunoiSayami <[email protected]>
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;
}