-2

I am new to coding, just started college, I have made a very simple coin flipper in Visual c# express, it is a console application, how do I now run this application without having to enter VB and click the play button?

Eromaw
  • 11

1 Answers1

2

If you have compiled the console app, you should have a /bin/debug folder in your application, and there will be an executable (CoinFlipper.exe), which you can run

Matt Evans
  • 7,113
  • 7
  • 32
  • 64