❔ external window pls
im trying to make it so when i run it, it runs on an external window
sadly for me it only runs on VS code internal console :(
sadly for me it only runs on VS code internal console :(
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace gettingUserInput
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello");
Console.ReadLine();
}
}
}gettingUserInput.exe from your bin/Debug folder
dotnet run in Terminal and that'll run your app and then you can type
gettingUserInput.exebin/Debugdotnet run