#include __host__ void hello(){ printf("Hello World!\n"); } int main() { hello(); return 0; }