Goal You have to print the ASCII printable characters' code page (0x20-0x7E). The output should look like this: !"#$%&'()*+,-./ 0123456789:;<=>? @ABCDEFGHIJKLMNO PQRSTUVWXYZ[\]^_ `abcdefghijklmno pqrstuvwxyz{|}~ Rules The output should be exactly like shown above, but trailing whitespace is OK. No builtins that trivialize the question(e.g. the ones that print the ASCII table)! They can be posted for documentation purposes, but will not be in the leaderboards. Standard rules for I/O and loopho...| Recent Questions - Code Golf Stack Exchange
Print integers 0 to 100 (inclusive) without using characters 123456789 in your code. Separator of numbers can be comma or white space (by default <blank>, <horizontal tabulator>, <newline>, <carriage return>, <form feed> or <vertical tabulator>). Shortest code wins.| Recent Questions - Code Golf Stack Exchange
So... uh... this is a bit embarrassing. But we don't have a plain "Hello, World!" challenge yet (despite having 35 variants tagged with hello-world, and counting). While this is not the m...| Code Golf Stack Exchange
Write the shortest code, in number of bytes, to display, return, or evaluate to the golden ratio (that is, the positive root of the quadratic equation: \$x^2-x-1=0\$, approximately 1.61803398874989...| Code Golf Stack Exchange