xa51, work in progress
[fw/sdcc] / device / examples / ds390 / hello390 / hello390.c
1 #include <stdio.h>
2
3 void main (void) {
4   printf ("\nHello from 390.\nSee you, bye...");
5 }