Acc!, 27 bytes
Also works in Acc!!.
Count q while 1 {
Write N
}
This code can handle null bytes, but will error when input runs out, as it is impossible to handle that case in Acc!
The Fifth Marshal
- 6.3k
- 1
- 27
- 46
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeAlso works in Acc!!.
Count q while 1 {
Write N
}
This code can handle null bytes, but will error when input runs out, as it is impossible to handle that case in Acc!