Tagged Questions

0
votes
1answer
71 views

Are there any known limits on what a single line of code can do? [closed]

I've had various discussions on whether it's possible to write a one line algorithm to solve a number of simple problems (e.g. check if a number is prime/power of 2/..), but was wondering if there is ...