V10/cmd/adb/vax/hello.c

#include <stdio.h>

main()
{

	printf("hello, world\n");
}