Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
newlib
/
libgloss
/
mips
/
test.c
blob: a993479146e51dc4a841bb3dbdf5156dfeed2237 [
file
] [
log
] [
blame
] [
edit
]
main
()
{
outbyte
(
'&'
);
outbyte
(
'@'
);
outbyte
(
'$'
);
outbyte
(
'%'
);
/* whew, we made it */
print
(
"\r\nDone..."
);
return
;
}