blob: 6ee47b0749b6ab0b31e46b69d9a4a8944da44f61 [file] [log] [blame]
using System;
public class Prog {
static public void Main () {
TextGetter tg = new TextGetter();
Console.WriteLine(tg.getText());
}
}