notebook.community
Edit and run
In [ ]: long i = 0; while (true) { i += 1; }
long i = 0; while (true) { i += 1; }
In [ ]: