console app (c#).wiz

来自「UEStudioPortable.rar」· WIZ 代码 · 共 19 行

WIZ
19
字号
[UDT]

Compiler = Microsoft .NET\Visual C# compiler\Console Application

File0 = $(PRJNAME).cs

[File0]
// Hello World
using System;

public class $(PRJNAME) 
{
   public static int Main(string[] args)
   {
      Console.WriteLine("Hello, World!");
      return 0;
   }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?