Alternative VE Offloading  3.0.2
examples/VE/libvehello.c
#include <stdio.h>
#include <stdint.h>
uint64_t hello()
{
printf("Hello, world\n");
return 0;
}