viewing paste srfbdn | C#

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
using System.IO;
using System;
 
class Program
{
    static void Main()
    {
        string hi = "Hello, World!";
        Console.WriteLine(hi[0]);
    }
}
 
Viewed 758 times, submitted by Guest.