
Jay Arjuna
5,052 PointsWhat am I doing wrong
I added double quotes
System.Console.Write("hello: ");
1 Answer

Robert Lyon
7,551 PointsTechnically you have the correct answer but when the code is processed by the treehouse website it is looking for the exact word that it asked you to write which is "Hello" without the colon and space.
e.g
System.Console.Write("Hello");