mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
#include <cstdio>
|
|
#include "hello.h"
|
|
|
|
__host__ void hello(){
|
|
printf("Hello World!\n");
|
|
} |