- Tham gia
- 07/04/2020
- Bài viết
- 35
tôi code như thế này nhưng lúc chạy thì nó chạy cái program chưa kịp xem gì thì biến mất luôn, trong khi đó tôi đã thêm dòng Console.Readkey() rồi
Sorce code:
using System;
namespace cs
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
}
Sorce code:
using System;
namespace cs
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
}




