Home » Questions » puzzle

puzzle

DO NOT USE (look for NC closures, if valid, possibly retag with )


The questions tagged “puzzle” are essentially programming questions, that are as good as solving puzzles. These can be contrasted to the real-life problems, which comparatively easy to solve.

NOTE: The content of this tag was originally posted at StackOverflow.com

1 vote
31k views
<?php for ($i = 'a'; $i <= 'z'; $i++) echo "$i\n"; This snippet gives the following ou...
  • Arthur asked 13 years ago
  • last active 5 years ago
Showing 1 result