diff options
| author | KunoiSayami <[email protected]> | 2021-11-05 16:34:40 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-05 16:34:40 +0800 |
| commit | 01769e17e318deab2b9ffc2fc49464e50f865c15 (patch) | |
| tree | 557b63d116989f151f058af912a21b47779d5d99 /main.cu | |
| parent | 5bf90aa4e7e5b6127352a494782346caf69386b7 (diff) | |
chore: Refactor struct
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'main.cu')
| -rw-r--r-- | main.cu | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ #include <iostream> int main() { - std::cout << "Hello, World!" << std::endl; return 0; } |
