2
This commit is contained in:
@@ -10,8 +10,8 @@ namespace MySourceGenerator {
|
||||
sb.AppendLine("using System;");
|
||||
sb.AppendLine("namespace Generated;");
|
||||
sb.AppendLine("public static class HelloWorld {");
|
||||
sb.AppendLine(" public static void SayHello() {");
|
||||
sb.AppendLine(" Console.WriteLine(\"Hello World!!!\");");
|
||||
sb.AppendLine(" public static string SayHello() {");
|
||||
sb.AppendLine(" return \"Hello World!!!\";");
|
||||
sb.AppendLine(" }");
|
||||
sb.AppendLine("}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user