hello world
This commit is contained in:
+8
-2
@@ -1,2 +1,8 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
using Generated;
|
||||
namespace Source;
|
||||
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
HelloWorld.SayHello();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user