blob: c83c424c8fd928ccf1d9258748c92bffd5aafac7 [file] [log] [blame]
using System;
public class TextGetter {
public String getText() {
return "C# is working.";
}
}