运行 ❯
获取自己的
C#
服务器
×
改变方向
改变主题,深/浅
前往 Spaces
using System; namespace MyApplication { class Program { static void Main(string[] args) { string txt = "We are the so-called \"Vikings\" from the north."; Console.WriteLine(txt); } } }
我们是被称为来自北方的“维京人”。