#include "stdio.h" int kmain(int retvalue) { write("hello"); return retvalue; }