Projet_SETI_RISC-V/riscv-gnu-toolchain/newlib/libgloss/mips/test.c
2023-03-06 14:48:14 +01:00

13 lines
144 B
C

main()
{
outbyte ('&');
outbyte ('@');
outbyte ('$');
outbyte ('%');
/* whew, we made it */
print ("\r\nDone...");
return;
}