My code debugs with no error however the output console( black screen) just comes like a flash and vanishes in a blink, showing nothing.
Here's my code :
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace beginner
{
class Class1
{
public static void Main()
{
Console.WriteLine("my first program");
}
}
}