Hello, World! 2004
Don't know about you, but I'm getting bored with “Hello World” as a nice simple C# code sample. In a dozen lines of C#, what command line utility can you come up with that's a lot more interesting?
Comments
- Anonymous
March 03, 2004
How about writing equivalents of some of the standard DOS commands - ren, del, mkdir, dir. Or to get fancier, IPConfig
Don't know if it's a LOT more interesting, but maybe a little. - Anonymous
March 03, 2004
How about a more chatty "Hello World!"? Respond to a few things and maybe switch languages based on user input. - Anonymous
March 03, 2004
Well dozen lines may not cut it, but what about "Hello Interop!", that would popup the msg as a notification area balloon popup. You would also be saving my time researching how to do it!
Okay maybe that was a stupid idea..