Comment by tsimionescu
Comment by tsimionescu 9 days ago
Sure, here is an example:
https://go.dev/play/p/_EJ4EvYntr2
When you run this you will see that occasionally it prints something other than 11 or 100. If it doesn't happen in one run, run it again a few times.
An equivalent Java program will never print anything else.
Thank you, that's really illuminating.