acadia-newlib/libgloss/mips/test.c

14 lines
144 B
C
Raw Normal View History

2000-03-17 14:48:54 -08:00
main()
{
outbyte ('&');
outbyte ('@');
outbyte ('$');
outbyte ('%');
/* whew, we made it */
print ("\r\nDone...");
return;
}