using System; namespace HelloWorld { public static class HelloWorldClass { public static string test() { return {0}; } } };