libc/libgloss/mips/test.c

14 lines
144 B
C
Raw Permalink Normal View History

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