mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
#include "hello.h"
|
|
|
|
int main() {
|
|
hello();
|
|
return 0;
|
|
}
|