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