Doing Challanges/Projects on Visual Studio

Hi guys, probably a really simple fix

So I have done down to step 9 on https://www.codecademy.com/courses/learn-c-sharp/projects/csharp-architect-arithmetic and now wanted to copy my code and past into visual studio to experiment a little more on my own CalculateArea

However when I try run the program on visual studio I get the below and the console does not run any of the code like previously

‘CalculateArea.exe’ (CLR v4.0.30319: DefaultDomain): Loaded ‘C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled.

‘CalculateArea.exe’ (CLR v4.0.30319: DefaultDomain): Loaded ‘C… CalculateArea.exe’. Symbols loaded.

The program ‘[21148] CalculateArea.exe: Program Trace’ has exited with code 0 (0x0).

The program ‘[21148] CalculateArea.exe’ has exited with code 0 (0x0).

Thanks :slight_smile: