C#初級的
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
/*
? ? ? ? ? ? ?* ?這是一段提示信息
? ? ? ? ? ? ?*/
Console.WriteLine("積跬步,至千里");//打印并換行
}
}
}
2017-07-27
這可以換行了