⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 console app (c#).wiz

📁 UEStudioPortable.rar
💻 WIZ
字号:
[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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -