C
C#3mo ago
- Stronzo-

✅ Console.WriteLine("a") isn't showing "a" in console but "Hello, World!"

Console.WriteLine("a") isn't showing "a" in console but "Hello, World!"
No description
11 Replies
zeroo
zeroo3mo ago
try rebuilding it
- Stronzo-
- Stronzo-3mo ago
but how ?
2spooky2play
2spooky2play3mo ago
compile it again
- Stronzo-
- Stronzo-3mo ago
ok I do it somehow
2spooky2play
2spooky2play3mo ago
$helloworld
2spooky2play
2spooky2play3mo ago
just in case
Pobiega
Pobiega3mo ago
Just to be abundantly clear whats going on here: C# is a compiled language, not interpreted (Python, Javascript, etc). When you want to run a C# program, you first need to build it into an executable. What happened above is that you had changed your source, but not re-compiled, so it was still running the old executable that had "Hello world" written in it.
Buddy
Buddy3mo ago
$vscode
MODiX
MODiX3mo ago
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
Buddy
Buddy3mo ago
Might help too
Want results from more Discord servers?
Add your server