mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
14 lines
144 B
C
14 lines
144 B
C
main()
|
|
{
|
|
outbyte ('&');
|
|
outbyte ('@');
|
|
outbyte ('$');
|
|
outbyte ('%');
|
|
|
|
/* whew, we made it */
|
|
|
|
print ("\r\nDone...");
|
|
|
|
return;
|
|
}
|