The challenge is to write the string hello world to your processes standard output, using as few characters of code as possible.
The following restrictions apply:
The following words may not appear anywhere in the code in any casing (this includes as part of another word)
- Console
- Debug
- Write
- Line
- Put
Your code must compile as C# 4/4.5
No external libraries are permitted.
Your process may not spawn any new processes.
A working (but not necessarily the shortest) solution will be provided after a number of answers have been provided.
The winner is the author of the shortest code by character count that satisfies the above criteria.
classis needed). All of the words you list here exceptputviolate rule 2. That means the difference is that on the other questionputand other languages are allowed and here the characterseor0127are allowed. Not very big. \$\endgroup\$