Learn C# The Hard Way
Tuesday, December 8, 2015
9. Comments
IN:
using System;
public class Test
{
public static void Main()
{
// Console.WriteLine("This won't run.");
Console.WriteLine("This will run.");
}
}
OUT:
This will run.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment