IronGOLEM/src/putchar.🗿

6 lines
34 B
Plaintext
Raw Normal View History

2023-07-24 23:43:10 -04:00
putchar(c)
{
wrt c;
return c;
}