bitch, 2 bytes
/1
Try it online! or verify the average.
Outputs 0 (average 48 exactly). / outputs the accumulator value (initialised to zero); 1 is a no-op here.
Dingus
- 11.5k
- 2
- 33
- 67
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 Exchange/1
Try it online! or verify the average.
Outputs 0 (average 48 exactly). / outputs the accumulator value (initialised to zero); 1 is a no-op here.