Skip to content

Commit

Permalink
Added extra comment to C# Hello World Producer.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsjj committed Nov 22, 2011
1 parent 42e468c commit b408a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csharp/appendix-a/HelloWorldProducer/hello_world_producer.cs
Expand Up @@ -19,7 +19,8 @@ namespace HelloWorld {
class Producer {

public static void Main(string[] args) {


//#/(hwpdn.0) Collect server and message
if(args.Length < 2) {
Console.WriteLine("Must supply hostname and " +
"message text.");
Expand Down

0 comments on commit b408a61

Please sign in to comment.