2014-07-19 02:49:14 +08:00
|
|
|
using System;
|
2018-02-25 07:21:35 +08:00
|
|
|
|
2014-07-19 02:49:14 +08:00
|
|
|
public class Prog {
|
|
|
|
static public void Main () {
|
2018-02-25 07:21:35 +08:00
|
|
|
TextGetter tg = new TextGetter();
|
|
|
|
Console.WriteLine(tg.getText());
|
2014-07-19 02:49:14 +08:00
|
|
|
}
|
|
|
|
}
|