
candice liu
1,072 PointsSystem.Console.Write("Hello:"); I think this is correct.
Hello, I don't know what's wrong with this code.
System.Console.Write("Hello:");
1 Answer

Seth Kroger
56,380 PointsThe challenge is expecting "Hello" without any punctuation. The when checking challenges, the software is looking for exact things in the output, so it's best to follow the directions to the letter.
candice liu
1,072 Pointscandice liu
1,072 PointsThanks