mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
#include "hello.h"
|
|
|
|
int main() {
|
|
hello();
|
|
return 0;
|
|
} |