mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 07:31:35 +00:00
14 lines
144 B
C
14 lines
144 B
C
main()
|
|
{
|
|
outbyte ('&');
|
|
outbyte ('@');
|
|
outbyte ('$');
|
|
outbyte ('%');
|
|
|
|
/* whew, we made it */
|
|
|
|
print ("\r\nDone...");
|
|
|
|
return;
|
|
}
|