ex-02-02
来自「Programming Csharp Source Code(代码) Prog」· 代码 · 共 12 行
TXT
12 行
//Example 02-02: Illustrating multiline comments
class Hello
{
static void Main()
{
/* Use the system console object
as explained in the text in chapter 2 */
System.Console.WriteLine("Hello World");
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?