using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TEST2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("this line\tcontains two\ttabs");
Console.WriteLine("this statement\ncontains a new line");
Console.WriteLine("this statement sound three alerts\a\a\a");
Console.ReadLine();
}
}
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น