14 lines
144 B
C
Raw Normal View History

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