9 lines
159 B
C#
9 lines
159 B
C#
using System;
|
|
|
|
public class Prog {
|
|
static public void Main () {
|
|
TextGetter tg = new TextGetter();
|
|
Console.WriteLine(tg.getText());
|
|
}
|
|
}
|