Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / ds390 / hello390 / hello390.c
1 #include <stdio.h>
2
3 void main (void) {
4   printf ("\nHello from 390.\nSee you, bye...");
5 }