mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
Add tests
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
#include <cstdio>
|
||||
|
||||
__host__ void hello(){
|
||||
printf("Hello World!\n");
|
||||
}
|
||||
|
||||
int main() {
|
||||
hello();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user