#include #include int main(unsigned long long id){ //prof_clear(); //prof_start(); printf("Hello Cell (0x%llx)\n", id); //prof_stop(); return 0; }