
nguoisechia .com
Pro Student 6,025 Pointsstatic void Main(string[] args) { System.Console.Write("hello"
Sy
class CodeChallenge
{
static void Main(string[] args)
{
System.Console.Write("hello");
}
}
1 Answer

tobiaskrause
9,159 PointsYour Syntax is correct. However you dont need to to add the class and the main method n a code challenge
System.Console.Write("Hello");
is already enough to complete the challenge.