/*  Hello.c - the source code */
#include <stdio.h>
int main(void)
{
    printf("Hello Risc Users everywhere!\n");
}
